Cyan
#33E6E3
CyanColor Codes
All color formats for development
HEX
#33E6E3RGB
rgb(51, 230, 227)HSL
hsl(179, 78%, 55%)OKLCH
oklch(0.841 0.135 193.1)CMYK
cmyk(78%, 0%, 1%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CE1DD
2#19C8C5
3#16AFAC
4#139694
5#0F7D7B
6#0C6462
7#094B4A
8#063231
9#031919
Tints
Lighter variations
1#47E8E6
2#5CEBE8
3#70EDEB
4#84F0EE
5#99F2F1
6#ADF5F4
7#C2F7F7
8#D6FAF9
9#EBFCFC
Tones
Muted variations
1#3CDDDA
2#45D4D1
3#4ECBC9
4#57C2C0
5#5FB9B8
6#68B0AF
7#71A7A6
8#7A9E9E
9#839595
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2F1 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBE9 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7170 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094948 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFD;
--cyan-100: #DFFBFB;
--cyan-200: #C4F8F7;
--cyan-300: #97F2F1;
--cyan-400: #60EBE9;
--cyan-500: #33E6E3;
--cyan-600: #19C8C5;
--cyan-700: #149F9D;
--cyan-800: #0E7170;
--cyan-900: #094948;
--cyan-950: #062D2D;
}