Sky Blue
#5DD9EF
CyanColor Codes
All color formats for development
HEX
#5DD9EFRGB
rgb(93, 217, 239)HSL
hsl(189, 82%, 65%)OKLCH
oklch(0.824 0.113 211.1)CMYK
cmyk(61%, 9%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3ED2EC
2#20CBE9
3#15B7D3
4#129DB5
5#0F8297
6#0C6879
7#094E5A
8#06343C
9#031A1E
Tints
Lighter variations
1#6DDDF1
2#7DE1F2
3#8DE4F4
4#9EE8F5
5#AEECF7
6#BEF0F9
7#CEF4FA
8#DFF7FC
9#EFFBFD
Tones
Muted variations
1#64D4E8
2#6BCFE0
3#73CAD9
4#7AC4D2
5#81BFCA
6#88BAC3
7#90B5BC
8#97B0B4
9#9EABAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F1 #C3F1F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E6 #94E6F4 | BordersInactive statesPlaceholder text |
| 400 | 5DD9 #5DD9EF | Disabled statesSecondary iconsMuted text |
| 500 | 2ECE #2ECEEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14B1 #14B1CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 108C #108CA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B64 #0B6474 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0740 #07404A | Primary textHigh emphasis contentDark headings |
| 950 | 0528 #05282E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FCFE;
--sky-blue-100: #DFF7FC;
--sky-blue-200: #C3F1F9;
--sky-blue-300: #94E6F4;
--sky-blue-400: #5DD9EF;
--sky-blue-500: #2ECEEA;
--sky-blue-600: #14B1CC;
--sky-blue-700: #108CA2;
--sky-blue-800: #0B6474;
--sky-blue-900: #07404A;
--sky-blue-950: #05282E;
}