Cyan
#34E5E5
CyanColor Codes
All color formats for development
HEX
#34E5E5RGB
rgb(52, 229, 229)HSL
hsl(180, 77%, 55%)OKLCH
oklch(0.839 0.134 194.9)CMYK
cmyk(77%, 0%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1DDFDF
2#1AC7C7
3#17AEAE
4#139595
5#107C7C
6#0D6363
7#0A4A4A
8#063232
9#031919
Tints
Lighter variations
1#48E7E7
2#5DEAEA
3#71EDED
4#85EFEF
5#99F2F2
6#AEF4F4
7#C2F7F7
8#D6FAFA
9#EBFCFC
Tones
Muted variations
1#3DDCDC
2#46D3D3
3#4ECACA
4#57C1C1
5#60B8B8
6#69B0B0
7#72A7A7
8#7B9E9E
9#839595
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2F2 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAEA | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC7C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7171 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094848 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFD;
--cyan-100: #DFFBFB;
--cyan-200: #C4F7F7;
--cyan-300: #97F2F2;
--cyan-400: #61EAEA;
--cyan-500: #34E5E5;
--cyan-600: #1AC7C7;
--cyan-700: #159E9E;
--cyan-800: #0F7171;
--cyan-900: #094848;
--cyan-950: #062D2D;
}