Sky Blue
#5FD2EC
CyanColor Codes
All color formats for development
HEX
#5FD2ECRGB
rgb(95, 210, 236)HSL
hsl(191, 79%, 65%)OKLCH
oklch(0.807 0.109 214.9)CMYK
cmyk(60%, 11%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42CAE9
2#24C2E5
3#18AED0
4#1595B2
5#117C94
6#0E6377
7#0A4B59
8#07323B
9#03191E
Tints
Lighter variations
1#6FD7EE
2#7FDBF0
3#8FE0F2
4#9FE4F4
5#AFE9F6
6#BFEDF8
7#CFF2F9
8#DFF6FB
9#EFFBFD
Tones
Muted variations
1#66CEE5
2#6DC9DE
3#74C5D7
4#7BC1D0
5#82BCC9
6#8AB8C2
7#91B3BB
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 | DFF6 #DFF6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4EE #C4EEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96E2 #96E2F3 | BordersInactive statesPlaceholder text |
| 400 | 5FD2 #5FD2EC | Disabled statesSecondary iconsMuted text |
| 500 | 32C6 #32C6E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18A8 #18A8C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1386 #1386A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D60 #0D6072 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093D #093D49 | 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: #C4EEF8;
--sky-blue-300: #96E2F3;
--sky-blue-400: #5FD2EC;
--sky-blue-500: #32C6E7;
--sky-blue-600: #18A8C9;
--sky-blue-700: #1386A0;
--sky-blue-800: #0D6072;
--sky-blue-900: #093D49;
--sky-blue-950: #05262E;
}