Sky Blue
#5FB2EC
BlueColor Codes
All color formats for development
HEX
#5FB2ECRGB
rgb(95, 178, 236)HSL
hsl(205, 79%, 65%)OKLCH
oklch(0.735 0.117 241.3)CMYK
cmyk(60%, 25%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42A3E9
2#2495E5
3#1883D0
4#1571B2
5#115E94
6#0E4B77
7#0A3859
8#07263B
9#03131E
Tints
Lighter variations
1#6FB9EE
2#7FC1F0
3#8FC9F2
4#9FD1F4
5#AFD8F6
6#BFE0F8
7#CFE8F9
8#DFF0FB
9#EFF7FD
Tones
Muted variations
1#66B0E5
2#6DAFDE
3#74AED7
4#7BADD0
5#82ACC9
6#8AAAC2
7#91A9BB
8#98A8B4
9#9FA7AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E2 #C4E2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96CC #96CCF3 | BordersInactive statesPlaceholder text |
| 400 | 5FB2 #5FB2EC | Disabled statesSecondary iconsMuted text |
| 500 | 329B #329BE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 187F #187FC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1365 #1365A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D48 #0D4872 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092E #092E49 | Primary textHigh emphasis contentDark headings |
| 950 | 051D #051D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FD;
--sky-blue-100: #DFF0FB;
--sky-blue-200: #C4E2F8;
--sky-blue-300: #96CCF3;
--sky-blue-400: #5FB2EC;
--sky-blue-500: #329BE7;
--sky-blue-600: #187FC9;
--sky-blue-700: #1365A0;
--sky-blue-800: #0D4872;
--sky-blue-900: #092E49;
--sky-blue-950: #051D2E;
}