Sky Blue
#5DE0EE
CyanColor Codes
All color formats for development
HEX
#5DE0EERGB
rgb(93, 224, 238)HSL
hsl(186, 81%, 65%)OKLCH
oklch(0.84 0.115 205)CMYK
cmyk(61%, 6%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FDAEB
2#21D4E8
3#16BFD2
4#13A4B4
5#108996
6#0D6D78
7#09525A
8#06373C
9#031B1E
Tints
Lighter variations
1#6EE3F0
2#7EE6F1
3#8EE9F3
4#9EECF5
5#AEEFF7
6#BEF2F8
7#CFF6FA
8#DFF9FC
9#EFFCFD
Tones
Muted variations
1#65DAE7
2#6CD4E0
3#73CED8
4#7AC8D1
5#82C3CA
6#89BDC3
7#90B7BB
8#97B1B4
9#9FACAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F3 #C3F3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95EA #95EAF4 | BordersInactive statesPlaceholder text |
| 400 | 5DE0 #5DE0EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FD7 #2FD7E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15B9 #15B9CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1193 #1193A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C69 #0C6973 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0843 #08434A | Primary textHigh emphasis contentDark headings |
| 950 | 052A #052A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FCFE;
--sky-blue-100: #DFF9FC;
--sky-blue-200: #C3F3F9;
--sky-blue-300: #95EAF4;
--sky-blue-400: #5DE0EE;
--sky-blue-500: #2FD7E9;
--sky-blue-600: #15B9CB;
--sky-blue-700: #1193A2;
--sky-blue-800: #0C6973;
--sky-blue-900: #08434A;
--sky-blue-950: #052A2E;
}