Cyan
#34E5CA
CyanColor Codes
All color formats for development
HEX
#34E5CARGB
rgb(52, 229, 202)HSL
hsl(171, 77%, 55%)OKLCH
oklch(0.83 0.142 179.5)CMYK
cmyk(77%, 0%, 12%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1DDFC2
2#1AC7AD
3#17AE97
4#139582
5#107C6C
6#0D6356
7#0A4A41
8#06322B
9#031916
Tints
Lighter variations
1#48E7CF
2#5DEAD5
3#71EDDA
4#85EFDF
5#99F2E5
6#AEF4EA
7#C2F7EF
8#D6FAF4
9#EBFCFA
Tones
Muted variations
1#3DDCC4
2#46D3BE
3#4ECAB8
4#57C1B1
5#60B8AB
6#69B0A5
7#72A79F
8#7B9E99
9#839592
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E4 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAD6 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC7AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7162 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09483F | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFB;
--cyan-100: #DFFBF7;
--cyan-200: #C4F7F0;
--cyan-300: #97F2E4;
--cyan-400: #61EAD6;
--cyan-500: #34E5CA;
--cyan-600: #1AC7AD;
--cyan-700: #159E89;
--cyan-800: #0F7162;
--cyan-900: #09483F;
--cyan-950: #062D27;
}