Cyan
#34DFE5
CyanColor Codes
All color formats for development
HEX
#34DFE5RGB
rgb(52, 223, 229)HSL
hsl(182, 77%, 55%)OKLCH
oklch(0.825 0.131 198.6)CMYK
cmyk(77%, 3%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1DD9DF
2#1AC1C7
3#17A9AE
4#139195
5#10797C
6#0D6063
7#0A484A
8#063032
9#031819
Tints
Lighter variations
1#48E2E7
2#5DE5EA
3#71E8ED
4#85ECEF
5#99EFF2
6#AEF2F4
7#C2F5F7
8#D6F9FA
9#EBFCFC
Tones
Muted variations
1#3DD6DC
2#46CED3
3#4EC6CA
4#57BEC1
5#60B5B8
6#69ADB0
7#72A5A7
8#7B9D9E
9#839495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F6 #C4F6F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97EE #97EEF2 | BordersInactive statesPlaceholder text |
| 400 | 61E6 #61E6EA | Disabled statesSecondary iconsMuted text |
| 500 | 34DF #34DFE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC1 #1AC1C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1599 #15999E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F6E #0F6E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0946 #094648 | Primary textHigh emphasis contentDark headings |
| 950 | 062C #062C2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFD;
--cyan-100: #DFFAFB;
--cyan-200: #C4F6F7;
--cyan-300: #97EEF2;
--cyan-400: #61E6EA;
--cyan-500: #34DFE5;
--cyan-600: #1AC1C7;
--cyan-700: #15999E;
--cyan-800: #0F6E71;
--cyan-900: #094648;
--cyan-950: #062C2D;
}