Sky Blue
#5CDAF0
CyanColor Codes
All color formats for development
HEX
#5CDAF0RGB
rgb(92, 218, 240)HSL
hsl(189, 83%, 65%)OKLCH
oklch(0.826 0.114 210.9)CMYK
cmyk(62%, 9%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3DD3ED
2#1FCCEA
3#14B7D4
4#119DB6
5#0E8398
6#0B6979
7#084F5B
8#06343D
9#031A1E
Tints
Lighter variations
1#6CDDF1
2#7CE1F3
3#8DE5F4
4#9DE9F6
5#ADECF7
6#BEF0F9
7#CEF4FA
8#DEF8FC
9#EFFBFD
Tones
Muted variations
1#63D4E8
2#6ACFE1
3#72CADA
4#79C5D2
5#81C0CB
6#88BAC3
7#90B5BC
8#97B0B5
9#9EABAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF8 #DEF8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F1 #C2F1F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E6 #94E6F5 | BordersInactive statesPlaceholder text |
| 400 | 5CDA #5CDAF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DCF #2DCFEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13B1 #13B1CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F8D #0F8DA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B65 #0B6575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0741 #07414B | Primary textHigh emphasis contentDark headings |
| 950 | 0428 #04282F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FCFE;
--sky-blue-100: #DEF8FC;
--sky-blue-200: #C2F1F9;
--sky-blue-300: #94E6F5;
--sky-blue-400: #5CDAF0;
--sky-blue-500: #2DCFEB;
--sky-blue-600: #13B1CD;
--sky-blue-700: #0F8DA3;
--sky-blue-800: #0B6575;
--sky-blue-900: #07414B;
--sky-blue-950: #04282F;
}