Cyan
#2AD1EF
CyanColor Codes
All color formats for development
HEX
#2AD1EFRGB
rgb(42, 209, 239)HSL
hsl(189, 86%, 55%)OKLCH
oklch(0.794 0.132 213.7)CMYK
cmyk(82%, 13%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12CAEB
2#10B4D1
3#0E9DB7
4#0C879D
5#0A7082
6#085A68
7#06434E
8#042D34
9#02161A
Tints
Lighter variations
1#3FD6F1
2#54DAF2
3#6ADFF4
4#7FE4F5
5#94E8F7
6#AAEDF9
7#BFF1FA
8#D4F6FC
9#EAFAFD
Tones
Muted variations
1#33CAE5
2#3DC4DB
3#47BDD1
4#51B6C7
5#5BAFBE
6#65A8B4
7#6FA1AA
8#799AA0
9#829396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF8 #DEF8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F2 #C1F2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92E8 #92E8F7 | BordersInactive statesPlaceholder text |
| 400 | 59DB #59DBF3 | Disabled statesSecondary iconsMuted text |
| 500 | 2AD1 #2AD1EF | Primary brand colorCTAsActive elementsLinks |
| 600 | 10B4 #10B4D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C8F #0C8FA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0966 #096677 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0641 #06414C | Primary textHigh emphasis contentDark headings |
| 950 | 0429 #04292F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FCFE;
--cyan-100: #DEF8FD;
--cyan-200: #C1F2FA;
--cyan-300: #92E8F7;
--cyan-400: #59DBF3;
--cyan-500: #2AD1EF;
--cyan-600: #10B4D1;
--cyan-700: #0C8FA6;
--cyan-800: #096677;
--cyan-900: #06414C;
--cyan-950: #04292F;
}