Sky Blue
#5DE4EE
CyanColor Codes
All color formats for development
HEX
#5DE4EERGB
rgb(93, 228, 238)HSL
hsl(184, 81%, 65%)OKLCH
oklch(0.849 0.117 202)CMYK
cmyk(61%, 4%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FDFEB
2#21DBE8
3#16C5D2
4#13A9B4
5#108D96
6#0D7178
7#09555A
8#06383C
9#031C1E
Tints
Lighter variations
1#6EE7F0
2#7EEAF1
3#8EECF3
4#9EEFF5
5#AEF2F7
6#BEF4F8
7#CFF7FA
8#DFFAFC
9#EFFCFD
Tones
Muted variations
1#65DEE7
2#6CD8E0
3#73D2D8
4#7ACBD1
5#82C5CA
6#89BFC3
7#90B9BB
8#97B2B4
9#9FACAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F5 #C3F5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95EE #95EEF4 | BordersInactive statesPlaceholder text |
| 400 | 5DE4 #5DE4EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FDD #2FDDE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15BF #15BFCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1198 #1198A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C6D #0C6D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0845 #08454A | Primary textHigh emphasis contentDark headings |
| 950 | 052B #052B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFE;
--sky-blue-100: #DFFAFC;
--sky-blue-200: #C3F5F9;
--sky-blue-300: #95EEF4;
--sky-blue-400: #5DE4EE;
--sky-blue-500: #2FDDE9;
--sky-blue-600: #15BFCB;
--sky-blue-700: #1198A2;
--sky-blue-800: #0C6D73;
--sky-blue-900: #08454A;
--sky-blue-950: #052B2E;
}