Cyan
#34E5DF
CyanColor Codes
All color formats for development
HEX
#34E5DFRGB
rgb(52, 229, 223)HSL
hsl(178, 77%, 55%)OKLCH
oklch(0.837 0.135 191.3)CMYK
cmyk(77%, 0%, 3%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1DDFD9
2#1AC7C1
3#17AEA9
4#139591
5#107C79
6#0D6360
7#0A4A48
8#063230
9#031918
Tints
Lighter variations
1#48E7E2
2#5DEAE5
3#71EDE8
4#85EFEC
5#99F2EF
6#AEF4F2
7#C2F7F5
8#D6FAF9
9#EBFCFC
Tones
Muted variations
1#3DDCD6
2#46D3CE
3#4ECAC6
4#57C1BE
5#60B8B5
6#69B0AD
7#72A7A5
8#7B9E9D
9#839594
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2EE | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAE6 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC7C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F716E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094846 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFD;
--cyan-100: #DFFBFA;
--cyan-200: #C4F7F6;
--cyan-300: #97F2EE;
--cyan-400: #61EAE6;
--cyan-500: #34E5DF;
--cyan-600: #1AC7C1;
--cyan-700: #159E99;
--cyan-800: #0F716E;
--cyan-900: #094846;
--cyan-950: #062D2C;
}