Cyan
#33E0E6
CyanColor Codes
All color formats for development
HEX
#33E0E6RGB
rgb(51, 224, 230)HSL
hsl(182, 78%, 55%)OKLCH
oklch(0.827 0.132 198.6)CMYK
cmyk(78%, 3%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1CDAE1
2#19C2C8
3#16AAAF
4#139196
5#0F797D
6#0C6164
7#09494B
8#063032
9#031819
Tints
Lighter variations
1#47E3E8
2#5CE6EB
3#70E9ED
4#84ECF0
5#99EFF2
6#ADF3F5
7#C2F6F7
8#D6F9FA
9#EBFCFC
Tones
Muted variations
1#3CD7DD
2#45CFD4
3#4EC7CB
4#57BEC2
5#5FB6B9
6#68AEB0
7#71A5A7
8#7A9D9E
9#839595
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 | C4F6 #C4F6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97EF #97EFF2 | BordersInactive statesPlaceholder text |
| 400 | 60E7 #60E7EB | Disabled statesSecondary iconsMuted text |
| 500 | 33E0 #33E0E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C2 #19C2C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149A #149A9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E6E #0E6E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0947 #094749 | Primary textHigh emphasis contentDark headings |
| 950 | 062C #062C2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFD;
--cyan-100: #DFFAFB;
--cyan-200: #C4F6F8;
--cyan-300: #97EFF2;
--cyan-400: #60E7EB;
--cyan-500: #33E0E6;
--cyan-600: #19C2C8;
--cyan-700: #149A9F;
--cyan-800: #0E6E71;
--cyan-900: #094749;
--cyan-950: #062C2D;
}