Sky Blue
#5ED8ED
CyanColor Codes
All color formats for development
HEX
#5ED8EDRGB
rgb(94, 216, 237)HSL
hsl(189, 80%, 65%)OKLCH
oklch(0.821 0.112 210.6)CMYK
cmyk(60%, 9%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41D0EA
2#23C9E7
3#17B5D1
4#149BB3
5#118195
6#0D6777
7#0A4E5A
8#07343C
9#031A1E
Tints
Lighter variations
1#6EDCEF
2#7EE0F1
3#8FE4F3
4#9FE7F4
5#AFEBF6
6#BFEFF8
7#CFF3FA
8#DFF7FB
9#EFFBFD
Tones
Muted variations
1#65D3E6
2#6DCEDF
3#74C9D8
4#7BC4D1
5#82BFC9
6#89BAC2
7#90B5BB
8#97B0B4
9#9FABAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F0 #C3F0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E5 #95E5F3 | BordersInactive statesPlaceholder text |
| 400 | 5ED8 #5ED8ED | Disabled statesSecondary iconsMuted text |
| 500 | 30CD #30CDE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16AF #16AFCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 128B #128BA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D63 #0D6373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0840 #084049 | 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: #F1FCFD;
--sky-blue-100: #DFF7FB;
--sky-blue-200: #C3F0F8;
--sky-blue-300: #95E5F3;
--sky-blue-400: #5ED8ED;
--sky-blue-500: #30CDE8;
--sky-blue-600: #16AFCA;
--sky-blue-700: #128BA1;
--sky-blue-800: #0D6373;
--sky-blue-900: #084049;
--sky-blue-950: #05282E;
}