Cyan
#20DBF8
CyanColor Codes
All color formats for development
HEX
#20DBF8RGB
rgb(32, 219, 248)HSL
hsl(188, 94%, 55%)OKLCH
oklch(0.82 0.139 212)CMYK
cmyk(87%, 12%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08D5F5
2#07BEDA
3#06A6BE
4#058EA3
5#047688
6#035F6D
7#034752
8#022F36
9#01181B
Tints
Lighter variations
1#37DFF9
2#4DE2F9
3#63E6FA
4#79EAFB
5#90EDFC
6#A6F1FC
7#BCF4FD
8#D2F8FE
9#E9FBFE
Tones
Muted variations
1#2BD3ED
2#36CCE3
3#41C4D8
4#4CBCCD
5#56B4C2
6#61ACB7
7#6CA4AD
8#779CA2
9#819497
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF9 #DCF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF5 #BFF5FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DED #8DEDFB | BordersInactive statesPlaceholder text |
| 400 | 52E3 #52E3FA | Disabled statesSecondary iconsMuted text |
| 500 | 20DB #20DBF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07BE #07BEDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0597 #0597AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 046C #046C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0245 #02454F | Primary textHigh emphasis contentDark headings |
| 950 | 022B #022B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FDFF;
--cyan-100: #DCF9FE;
--cyan-200: #BFF5FD;
--cyan-300: #8DEDFB;
--cyan-400: #52E3FA;
--cyan-500: #20DBF8;
--cyan-600: #07BEDA;
--cyan-700: #0597AD;
--cyan-800: #046C7C;
--cyan-900: #02454F;
--cyan-950: #022B31;
}