Sky Blue
#5FD5EC
CyanColor Codes
All color formats for development
HEX
#5FD5ECRGB
rgb(95, 213, 236)HSL
hsl(190, 79%, 65%)OKLCH
oklch(0.814 0.11 212.4)CMYK
cmyk(60%, 10%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42CDE9
2#24C5E5
3#18B1D0
4#1598B2
5#117F94
6#0E6577
7#0A4C59
8#07333B
9#03191E
Tints
Lighter variations
1#6FD9EE
2#7FDDF0
3#8FE1F2
4#9FE6F4
5#AFEAF6
6#BFEEF8
7#CFF2F9
8#DFF7FB
9#EFFBFD
Tones
Muted variations
1#66D0E5
2#6DCBDE
3#74C7D7
4#7BC2D0
5#82BDC9
6#8AB9C2
7#91B4BB
8#98AFB4
9#9FAAAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4EF #C4EFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96E3 #96E3F3 | BordersInactive statesPlaceholder text |
| 400 | 5FD5 #5FD5EC | Disabled statesSecondary iconsMuted text |
| 500 | 32C9 #32C9E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18AB #18ABC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1388 #1388A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D61 #0D6172 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093E #093E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0527 #05272E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FBFD;
--sky-blue-100: #DFF7FB;
--sky-blue-200: #C4EFF8;
--sky-blue-300: #96E3F3;
--sky-blue-400: #5FD5EC;
--sky-blue-500: #32C9E7;
--sky-blue-600: #18ABC9;
--sky-blue-700: #1388A0;
--sky-blue-800: #0D6172;
--sky-blue-900: #093E49;
--sky-blue-950: #05272E;
}