Sky Blue
#5CD7F0
CyanColor Codes
All color formats for development
HEX
#5CD7F0RGB
rgb(92, 215, 240)HSL
hsl(190, 83%, 65%)OKLCH
oklch(0.819 0.114 213.3)CMYK
cmyk(62%, 10%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3DD0ED
2#1FC8EA
3#14B4D4
4#119AB6
5#0E8198
6#0B6779
7#084D5B
8#06333D
9#031A1E
Tints
Lighter variations
1#6CDBF1
2#7CDFF3
3#8DE3F4
4#9DE7F6
5#ADEBF7
6#BEEFF9
7#CEF3FA
8#DEF7FC
9#EFFBFD
Tones
Muted variations
1#63D2E8
2#6ACDE1
3#72C8DA
4#79C3D2
5#81BECB
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 | DEF7 #DEF7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F0 #C2F0F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E5 #94E5F5 | BordersInactive statesPlaceholder text |
| 400 | 5CD7 #5CD7F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DCC #2DCCEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13AE #13AECD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F8B #0F8BA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B63 #0B6375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073F #073F4B | 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: #DEF7FC;
--sky-blue-200: #C2F0F9;
--sky-blue-300: #94E5F5;
--sky-blue-400: #5CD7F0;
--sky-blue-500: #2DCCEB;
--sky-blue-600: #13AECD;
--sky-blue-700: #0F8BA3;
--sky-blue-800: #0B6375;
--sky-blue-900: #073F4B;
--sky-blue-950: #04282F;
}