Sky Blue
#5FDCEC
CyanColor Codes
All color formats for development
HEX
#5FDCECRGB
rgb(95, 220, 236)HSL
hsl(187, 79%, 65%)OKLCH
oklch(0.83 0.112 206.8)CMYK
cmyk(60%, 7%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42D5E9
2#24CFE5
3#18BAD0
4#15A0B2
5#118594
6#0E6A77
7#0A5059
8#07353B
9#031B1E
Tints
Lighter variations
1#6FDFEE
2#7FE3F0
3#8FE6F2
4#9FEAF4
5#AFEDF6
6#BFF1F8
7#CFF4F9
8#DFF8FB
9#EFFBFD
Tones
Muted variations
1#66D6E5
2#6DD1DE
3#74CCD7
4#7BC6D0
5#82C1C9
6#8ABBC2
7#91B6BB
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 | C4F2 #C4F2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96E8 #96E8F3 | BordersInactive statesPlaceholder text |
| 400 | 5FDC #5FDCEC | Disabled statesSecondary iconsMuted text |
| 500 | 32D2 #32D2E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18B4 #18B4C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 138F #138FA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D66 #0D6672 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0942 #094249 | Primary textHigh emphasis contentDark headings |
| 950 | 0529 #05292E | 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: #C4F2F8;
--sky-blue-300: #96E8F3;
--sky-blue-400: #5FDCEC;
--sky-blue-500: #32D2E7;
--sky-blue-600: #18B4C9;
--sky-blue-700: #138FA0;
--sky-blue-800: #0D6672;
--sky-blue-900: #094249;
--sky-blue-950: #05292E;
}