Sky Blue
#5DB0EF
BlueColor Codes
All color formats for development
HEX
#5DB0EFRGB
rgb(93, 176, 239)HSL
hsl(206, 82%, 65%)OKLCH
oklch(0.731 0.123 243.5)CMYK
cmyk(61%, 26%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EA1EC
2#2092E9
3#1581D3
4#126EB5
5#0F5C97
6#0C4A79
7#09375A
8#06253C
9#03121E
Tints
Lighter variations
1#6DB7F1
2#7DBFF2
3#8DC7F4
4#9ECFF5
5#AED7F7
6#BEDFF9
7#CEE7FA
8#DFEFFC
9#EFF7FD
Tones
Muted variations
1#64AFE8
2#6BAEE0
3#73ADD9
4#7AACD2
5#81ABCA
6#88AAC3
7#90A9BC
8#97A8B4
9#9EA7AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEF #DFEFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E1 #C3E1F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94CB #94CBF4 | BordersInactive statesPlaceholder text |
| 400 | 5DB0 #5DB0EF | Disabled statesSecondary iconsMuted text |
| 500 | 2E99 #2E99EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 147C #147CCC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1063 #1063A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B47 #0B4774 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072D #072D4A | Primary textHigh emphasis contentDark headings |
| 950 | 051C #051C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FE;
--sky-blue-100: #DFEFFC;
--sky-blue-200: #C3E1F9;
--sky-blue-300: #94CBF4;
--sky-blue-400: #5DB0EF;
--sky-blue-500: #2E99EA;
--sky-blue-600: #147CCC;
--sky-blue-700: #1063A2;
--sky-blue-800: #0B4774;
--sky-blue-900: #072D4A;
--sky-blue-950: #051C2E;
}