Cyan
#34E5D0
CyanColor Codes
All color formats for development
HEX
#34E5D0RGB
rgb(52, 229, 208)HSL
hsl(173, 77%, 55%)OKLCH
oklch(0.832 0.139 182.7)CMYK
cmyk(77%, 0%, 9%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1DDFC9
2#1AC7B2
3#17AE9C
4#139586
5#107C70
6#0D6359
7#0A4A43
8#06322D
9#031916
Tints
Lighter variations
1#48E7D5
2#5DEAD9
3#71EDDE
4#85EFE3
5#99F2E7
6#AEF4EC
7#C2F7F1
8#D6FAF6
9#EBFCFA
Tones
Muted variations
1#3DDCC9
2#46D3C2
3#4ECABC
4#57C1B5
5#60B8AE
6#69B0A7
7#72A7A1
8#7B9E9A
9#839593
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E7 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EADA | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC7B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7165 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094841 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFC;
--cyan-100: #DFFBF8;
--cyan-200: #C4F7F1;
--cyan-300: #97F2E7;
--cyan-400: #61EADA;
--cyan-500: #34E5D0;
--cyan-600: #1AC7B2;
--cyan-700: #159E8E;
--cyan-800: #0F7165;
--cyan-900: #094841;
--cyan-950: #062D29;
}