Sky Blue
#5FD9EC
CyanColor Codes
All color formats for development
HEX
#5FD9ECRGB
rgb(95, 217, 236)HSL
hsl(188, 79%, 65%)OKLCH
oklch(0.823 0.111 209.2)CMYK
cmyk(60%, 8%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42D2E9
2#24CCE5
3#18B7D0
4#159DB2
5#118394
6#0E6977
7#0A4F59
8#07343B
9#031A1E
Tints
Lighter variations
1#6FDDEE
2#7FE1F0
3#8FE5F2
4#9FE8F4
5#AFECF6
6#BFF0F8
7#CFF4F9
8#DFF7FB
9#EFFBFD
Tones
Muted variations
1#66D4E5
2#6DCFDE
3#74CAD7
4#7BC5D0
5#82C0C9
6#8ABAC2
7#91B5BB
8#98B0B4
9#9FABAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F1 #C4F1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96E6 #96E6F3 | BordersInactive statesPlaceholder text |
| 400 | 5FD9 #5FD9EC | Disabled statesSecondary iconsMuted text |
| 500 | 32CF #32CFE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18B1 #18B1C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 138D #138DA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D65 #0D6572 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0940 #094049 | Primary textHigh emphasis contentDark headings |
| 950 | 0528 #05282E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FCFD;
--sky-blue-100: #DFF7FB;
--sky-blue-200: #C4F1F8;
--sky-blue-300: #96E6F3;
--sky-blue-400: #5FD9EC;
--sky-blue-500: #32CFE7;
--sky-blue-600: #18B1C9;
--sky-blue-700: #138DA0;
--sky-blue-800: #0D6572;
--sky-blue-900: #094049;
--sky-blue-950: #05282E;
}