Sky Blue
#5FD7EC
CyanColor Codes
All color formats for development
HEX
#5FD7ECRGB
rgb(95, 215, 236)HSL
hsl(189, 79%, 65%)OKLCH
oklch(0.819 0.11 210.8)CMYK
cmyk(60%, 9%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42D0E9
2#24C8E5
3#18B4D0
4#159AB2
5#118194
6#0E6777
7#0A4D59
8#07333B
9#031A1E
Tints
Lighter variations
1#6FDBEE
2#7FDFF0
3#8FE3F2
4#9FE7F4
5#AFEBF6
6#BFEFF8
7#CFF3F9
8#DFF7FB
9#EFFBFD
Tones
Muted variations
1#66D2E5
2#6DCDDE
3#74C8D7
4#7BC3D0
5#82BEC9
6#8AB9C2
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 | C4F0 #C4F0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96E5 #96E5F3 | BordersInactive statesPlaceholder text |
| 400 | 5FD7 #5FD7EC | Disabled statesSecondary iconsMuted text |
| 500 | 32CC #32CCE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18AE #18AEC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 138B #138BA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D63 #0D6372 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093F #093F49 | 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: #C4F0F8;
--sky-blue-300: #96E5F3;
--sky-blue-400: #5FD7EC;
--sky-blue-500: #32CCE7;
--sky-blue-600: #18AEC9;
--sky-blue-700: #138BA0;
--sky-blue-800: #0D6372;
--sky-blue-900: #093F49;
--sky-blue-950: #05282E;
}