Sky Blue
#5DE7EE
CyanColor Codes
All color formats for development
HEX
#5DE7EERGB
rgb(93, 231, 238)HSL
hsl(183, 81%, 65%)OKLCH
oklch(0.856 0.119 199.9)CMYK
cmyk(61%, 3%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FE2EB
2#21DEE8
3#16C9D2
4#13ACB4
5#108F96
6#0D7378
7#09565A
8#06393C
9#031D1E
Tints
Lighter variations
1#6EE9F0
2#7EECF1
3#8EEEF3
4#9EF0F5
5#AEF3F7
6#BEF5F8
7#CFF8FA
8#DFFAFC
9#EFFDFD
Tones
Muted variations
1#65E0E7
2#6CDAE0
3#73D3D8
4#7ACDD1
5#82C6CA
6#89C0C3
7#90B9BB
8#97B3B4
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 | C3F6 #C3F6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95EF #95EFF4 | BordersInactive statesPlaceholder text |
| 400 | 5DE7 #5DE7EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FE0 #2FE0E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15C2 #15C2CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 119A #119AA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C6E #0C6E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0847 #08474A | Primary textHigh emphasis contentDark headings |
| 950 | 052C #052C2E | 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: #C3F6F9;
--sky-blue-300: #95EFF4;
--sky-blue-400: #5DE7EE;
--sky-blue-500: #2FE0E9;
--sky-blue-600: #15C2CB;
--sky-blue-700: #119AA2;
--sky-blue-800: #0C6E73;
--sky-blue-900: #08474A;
--sky-blue-950: #052C2E;
}