Sky Blue
#5FD0EC
CyanColor Codes
All color formats for development
HEX
#5FD0ECRGB
rgb(95, 208, 236)HSL
hsl(192, 79%, 65%)OKLCH
oklch(0.803 0.109 216.6)CMYK
cmyk(60%, 12%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42C7E9
2#24BFE5
3#18ABD0
4#1593B2
5#117A94
6#0E6277
7#0A4959
8#07313B
9#03181E
Tints
Lighter variations
1#6FD5EE
2#7FD9F0
3#8FDEF2
4#9FE3F4
5#AFE8F6
6#BFECF8
7#CFF1F9
8#DFF6FB
9#EFFAFD
Tones
Muted variations
1#66CCE5
2#6DC8DE
3#74C3D7
4#7BBFD0
5#82BBC9
6#8AB7C2
7#91B2BB
8#98AEB4
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 | 96E0 #96E0F3 | BordersInactive statesPlaceholder text |
| 400 | 5FD0 #5FD0EC | Disabled statesSecondary iconsMuted text |
| 500 | 32C3 #32C3E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18A5 #18A5C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1384 #1384A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D5E #0D5E72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093C #093C49 | 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: #96E0F3;
--sky-blue-400: #5FD0EC;
--sky-blue-500: #32C3E7;
--sky-blue-600: #18A5C9;
--sky-blue-700: #1384A0;
--sky-blue-800: #0D5E72;
--sky-blue-900: #093C49;
--sky-blue-950: #05262E;
}