Cyan
#33DDE6
CyanColor Codes
All color formats for development
HEX
#33DDE6RGB
rgb(51, 221, 230)HSL
hsl(183, 78%, 55%)OKLCH
oklch(0.82 0.13 200.5)CMYK
cmyk(78%, 4%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CD7E1
2#19BFC8
3#16A7AF
4#138F96
5#0F777D
6#0C5F64
7#09484B
8#063032
9#031819
Tints
Lighter variations
1#47E0E8
2#5CE4EB
3#70E7ED
4#84EAF0
5#99EEF2
6#ADF1F5
7#C2F5F7
8#D6F8FA
9#EBFCFC
Tones
Muted variations
1#3CD5DD
2#45CDD4
3#4EC5CB
4#57BDC2
5#5FB5B9
6#68ACB0
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 | DFFA #DFFAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F5 #C4F5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97EE #97EEF2 | BordersInactive statesPlaceholder text |
| 400 | 60E4 #60E4EB | Disabled statesSecondary iconsMuted text |
| 500 | 33DD #33DDE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19BF #19BFC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1498 #14989F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E6D #0E6D71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0945 #094549 | 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: #DFFAFB;
--cyan-200: #C4F5F8;
--cyan-300: #97EEF2;
--cyan-400: #60E4EB;
--cyan-500: #33DDE6;
--cyan-600: #19BFC8;
--cyan-700: #14989F;
--cyan-800: #0E6D71;
--cyan-900: #094549;
--cyan-950: #062B2D;
}