Sky Blue
#5ED1ED
CyanColor Codes
All color formats for development
HEX
#5ED1EDRGB
rgb(94, 209, 237)HSL
hsl(192, 80%, 65%)OKLCH
oklch(0.805 0.11 216.3)CMYK
cmyk(60%, 12%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41C8EA
2#23BFE7
3#17ACD1
4#1493B3
5#117B95
6#0D6277
7#0A4A5A
8#07313C
9#03191E
Tints
Lighter variations
1#6ED5EF
2#7EDAF1
3#8FDFF3
4#9FE3F4
5#AFE8F6
6#BFECF8
7#CFF1FA
8#DFF6FB
9#EFFAFD
Tones
Muted variations
1#65CCE6
2#6DC8DF
3#74C4D8
4#7BBFD1
5#82BBC9
6#89B7C2
7#90B3BB
8#97AEB4
9#9FAAAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF6 #DFF6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EE #C3EEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E1 #95E1F3 | BordersInactive statesPlaceholder text |
| 400 | 5ED1 #5ED1ED | Disabled statesSecondary iconsMuted text |
| 500 | 30C3 #30C3E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16A6 #16A6CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1284 #1284A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D5E #0D5E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083C #083C49 | Primary textHigh emphasis contentDark headings |
| 950 | 0526 #05262E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FBFD;
--sky-blue-100: #DFF6FB;
--sky-blue-200: #C3EEF8;
--sky-blue-300: #95E1F3;
--sky-blue-400: #5ED1ED;
--sky-blue-500: #30C3E8;
--sky-blue-600: #16A6CA;
--sky-blue-700: #1284A1;
--sky-blue-800: #0D5E73;
--sky-blue-900: #083C49;
--sky-blue-950: #05262E;
}