Sky Blue
#5DD8EE
CyanColor Codes
All color formats for development
HEX
#5DD8EERGB
rgb(93, 216, 238)HSL
hsl(189, 81%, 65%)OKLCH
oklch(0.821 0.113 211.2)CMYK
cmyk(61%, 9%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FD1EB
2#21CAE8
3#16B6D2
4#139CB4
5#108296
6#0D6878
7#094E5A
8#06343C
9#031A1E
Tints
Lighter variations
1#6EDCF0
2#7EE0F1
3#8EE4F3
4#9EE8F5
5#AEECF7
6#BEF0F8
7#CFF3FA
8#DFF7FC
9#EFFBFD
Tones
Muted variations
1#65D3E7
2#6CCEE0
3#73C9D8
4#7AC4D1
5#82BFCA
6#89BAC3
7#90B5BB
8#97B0B4
9#9FABAD
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 | 95E6 #95E6F4 | BordersInactive statesPlaceholder text |
| 400 | 5DD8 #5DD8EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FCD #2FCDE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15B0 #15B0CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 118C #118CA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C64 #0C6473 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0840 #08404A | 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: #95E6F4;
--sky-blue-400: #5DD8EE;
--sky-blue-500: #2FCDE9;
--sky-blue-600: #15B0CB;
--sky-blue-700: #118CA2;
--sky-blue-800: #0C6473;
--sky-blue-900: #08404A;
--sky-blue-950: #05282E;
}