Cyan
#34D9E5
CyanColor Codes
All color formats for development
HEX
#34D9E5RGB
rgb(52, 217, 229)HSL
hsl(184, 77%, 55%)OKLCH
oklch(0.81 0.128 202.5)CMYK
cmyk(77%, 5%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1DD2DF
2#1ABBC7
3#17A4AE
4#138C95
5#10757C
6#0D5E63
7#0A464A
8#062F32
9#031719
Tints
Lighter variations
1#48DDE7
2#5DE0EA
3#71E4ED
4#85E8EF
5#99ECF2
6#AEF0F4
7#C2F4F7
8#D6F7FA
9#EBFBFC
Tones
Muted variations
1#3DD1DC
2#46CAD3
3#4EC2CA
4#57BAC1
5#60B3B8
6#69ABB0
7#72A3A7
8#7B9C9E
9#839495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F4 #C4F4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97EB #97EBF2 | BordersInactive statesPlaceholder text |
| 400 | 61E1 #61E1EA | Disabled statesSecondary iconsMuted text |
| 500 | 34D9 #34D9E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1ABB #1ABBC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1595 #15959E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F6A #0F6A71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0944 #094448 | Primary textHigh emphasis contentDark headings |
| 950 | 062B #062B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FCFD;
--cyan-100: #DFF9FB;
--cyan-200: #C4F4F7;
--cyan-300: #97EBF2;
--cyan-400: #61E1EA;
--cyan-500: #34D9E5;
--cyan-600: #1ABBC7;
--cyan-700: #15959E;
--cyan-800: #0F6A71;
--cyan-900: #094448;
--cyan-950: #062B2D;
}