Cyan
#33DAE6
CyanColor Codes
All color formats for development
HEX
#33DAE6RGB
rgb(51, 218, 230)HSL
hsl(184, 78%, 55%)OKLCH
oklch(0.813 0.129 202.5)CMYK
cmyk(78%, 5%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CD4E1
2#19BCC8
3#16A5AF
4#138D96
5#0F767D
6#0C5E64
7#09474B
8#062F32
9#031819
Tints
Lighter variations
1#47DEE8
2#5CE1EB
3#70E5ED
4#84E9F0
5#99ECF2
6#ADF0F5
7#C2F4F7
8#D6F8FA
9#EBFBFC
Tones
Muted variations
1#3CD2DD
2#45CAD4
3#4EC3CB
4#57BBC2
5#5FB3B9
6#68ABB0
7#71A4A7
8#7A9C9E
9#839495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F4 #C4F4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97EC #97ECF2 | BordersInactive statesPlaceholder text |
| 400 | 60E2 #60E2EB | Disabled statesSecondary iconsMuted text |
| 500 | 33DA #33DAE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19BC #19BCC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1496 #14969F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E6B #0E6B71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0944 #094449 | Primary textHigh emphasis contentDark headings |
| 950 | 062B #062B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFD;
--cyan-100: #DFF9FB;
--cyan-200: #C4F4F8;
--cyan-300: #97ECF2;
--cyan-400: #60E2EB;
--cyan-500: #33DAE6;
--cyan-600: #19BCC8;
--cyan-700: #14969F;
--cyan-800: #0E6B71;
--cyan-900: #094449;
--cyan-950: #062B2D;
}