Sky Blue
#5FC7EC
BlueColor Codes
All color formats for development
HEX
#5FC7ECRGB
rgb(95, 199, 236)HSL
hsl(196, 79%, 65%)OKLCH
oklch(0.782 0.109 224.2)CMYK
cmyk(60%, 16%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42BCE9
2#24B2E5
3#189FD0
4#1588B2
5#117194
6#0E5B77
7#0A4459
8#072D3B
9#03171E
Tints
Lighter variations
1#6FCCEE
2#7FD2F0
3#8FD8F2
4#9FDDF4
5#AFE3F6
6#BFE8F8
7#CFEEF9
8#DFF4FB
9#EFF9FD
Tones
Muted variations
1#66C3E5
2#6DC0DE
3#74BDD7
4#7BB9D0
5#82B6C9
6#8AB3C2
7#91B0BB
8#98ACB4
9#9FA9AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF4 #DFF4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4EA #C4EAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96DA #96DAF3 | BordersInactive statesPlaceholder text |
| 400 | 5FC7 #5FC7EC | Disabled statesSecondary iconsMuted text |
| 500 | 32B7 #32B7E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 189A #189AC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 137A #137AA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D57 #0D5772 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0938 #093849 | Primary textHigh emphasis contentDark headings |
| 950 | 0523 #05232E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FAFD;
--sky-blue-100: #DFF4FB;
--sky-blue-200: #C4EAF8;
--sky-blue-300: #96DAF3;
--sky-blue-400: #5FC7EC;
--sky-blue-500: #32B7E7;
--sky-blue-600: #189AC9;
--sky-blue-700: #137AA0;
--sky-blue-800: #0D5772;
--sky-blue-900: #093849;
--sky-blue-950: #05232E;
}