Sky Blue
#5FDEEC
CyanColor Codes
All color formats for development
HEX
#5FDEECRGB
rgb(95, 222, 236)HSL
hsl(186, 79%, 65%)OKLCH
oklch(0.835 0.113 205.2)CMYK
cmyk(60%, 6%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42D8E9
2#24D2E5
3#18BDD0
4#15A2B2
5#118794
6#0E6C77
7#0A5159
8#07363B
9#031B1E
Tints
Lighter variations
1#6FE1EE
2#7FE5F0
3#8FE8F2
4#9FEBF4
5#AFEFF6
6#BFF2F8
7#CFF5F9
8#DFF8FB
9#EFFCFD
Tones
Muted variations
1#66D9E5
2#6DD3DE
3#74CDD7
4#7BC8D0
5#82C2C9
6#8ABCC2
7#91B7BB
8#98B1B4
9#9FABAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF8 #DFF8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F3 #C4F3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96E9 #96E9F3 | BordersInactive statesPlaceholder text |
| 400 | 5FDE #5FDEEC | Disabled statesSecondary iconsMuted text |
| 500 | 32D5 #32D5E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18B7 #18B7C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1392 #1392A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D68 #0D6872 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0943 #094349 | Primary textHigh emphasis contentDark headings |
| 950 | 052A #052A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FCFD;
--sky-blue-100: #DFF8FB;
--sky-blue-200: #C4F3F8;
--sky-blue-300: #96E9F3;
--sky-blue-400: #5FDEEC;
--sky-blue-500: #32D5E7;
--sky-blue-600: #18B7C9;
--sky-blue-700: #1392A0;
--sky-blue-800: #0D6872;
--sky-blue-900: #094349;
--sky-blue-950: #052A2E;
}