#67E8F9
Tailwind cyan-300
#67E8F9 is a cyan colour. In RGB it is 103 red, 232 green and 249 blue, which converts to a hue of 187 degrees, 92% saturation and 69% lightness. It is Tailwind cyan-300 in that design system's palette.
Color values
| HEX | #67E8F9 |
|---|---|
| RGB | rgb(103, 232, 249) |
| HSL | hsl(187, 92%, 69%) |
| HSV | hsv(187, 59%, 98%) |
| CMYK | cmyk(59%, 7%, 0%, 2%) |
Contrast and accessibility
Against white the contrast ratio is 1.45:1, and against black it is 14.49:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 1.45:1 | Fail | Fail |
| Black | 14.49:1 | AAA | AAA |
Tints and shades
Lighter tints move #67E8F9 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #67E8F9; |
|---|---|
| CSS rgb() | color: rgb(103 232 249); |
| Tailwind | bg-[#67e8f9] |
| SwiftUI | Color(red: 0.404, green: 0.910, blue: 0.976) |
| Android | Color.parseColor("#67E8F9") |
Closest named color
The nearest CSS colour keyword to #67E8F9 is lightskyblue (#87CEFA).