Cyan
#34E5C4
CyanColor Codes
All color formats for development
HEX
#34E5C4RGB
rgb(52, 229, 196)HSL
hsl(169, 77%, 55%)OKLCH
oklch(0.829 0.145 176.4)CMYK
cmyk(77%, 0%, 14%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1DDFBC
2#1AC7A7
3#17AE92
4#13957D
5#107C68
6#0D6353
7#0A4A3F
8#06322A
9#031915
Tints
Lighter variations
1#48E7CA
2#5DEAD0
3#71EDD6
4#85EFDC
5#99F2E2
6#AEF4E7
7#C2F7ED
8#D6FAF3
9#EBFCF9
Tones
Muted variations
1#3DDCBF
2#46D3B9
3#4ECAB3
4#57C1AE
5#60B8A8
6#69B0A3
7#72A79D
8#7B9E97
9#839592
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E1 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAD1 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC7A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F715F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09483D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFB;
--cyan-100: #DFFBF6;
--cyan-200: #C4F7EE;
--cyan-300: #97F2E1;
--cyan-400: #61EAD1;
--cyan-500: #34E5C4;
--cyan-600: #1AC7A7;
--cyan-700: #159E85;
--cyan-800: #0F715F;
--cyan-900: #09483D;
--cyan-950: #062D26;
}