Cyan
#34E5D9
CyanColor Codes
All color formats for development
HEX
#34E5D9RGB
rgb(52, 229, 217)HSL
hsl(176, 77%, 55%)OKLCH
oklch(0.835 0.136 187.8)CMYK
cmyk(77%, 0%, 5%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1DDFD2
2#1AC7BB
3#17AEA4
4#13958C
5#107C75
6#0D635E
7#0A4A46
8#06322F
9#031917
Tints
Lighter variations
1#48E7DD
2#5DEAE0
3#71EDE4
4#85EFE8
5#99F2EC
6#AEF4F0
7#C2F7F4
8#D6FAF7
9#EBFCFB
Tones
Muted variations
1#3DDCD1
2#46D3CA
3#4ECAC2
4#57C1BA
5#60B8B3
6#69B0AB
7#72A7A3
8#7B9E9C
9#839594
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2EB | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAE1 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC7BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F716A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094844 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFC;
--cyan-100: #DFFBF9;
--cyan-200: #C4F7F4;
--cyan-300: #97F2EB;
--cyan-400: #61EAE1;
--cyan-500: #34E5D9;
--cyan-600: #1AC7BB;
--cyan-700: #159E95;
--cyan-800: #0F716A;
--cyan-900: #094844;
--cyan-950: #062D2B;
}