Sky Blue
#5DB4EE
BlueColor Codes
All color formats for development
HEX
#5DB4EERGB
rgb(93, 180, 238)HSL
hsl(204, 81%, 65%)OKLCH
oklch(0.739 0.119 240.2)CMYK
cmyk(61%, 24%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FA6EB
2#2198E8
3#1687D2
4#1374B4
5#106096
6#0D4D78
7#093A5A
8#06273C
9#03131E
Tints
Lighter variations
1#6EBCF0
2#7EC3F1
3#8ECBF3
4#9ED2F5
5#AEDAF7
6#BEE1F8
7#CFE9FA
8#DFF0FC
9#EFF8FD
Tones
Muted variations
1#65B3E7
2#6CB1E0
3#73B0D8
4#7AAED1
5#82ADCA
6#89ACC3
7#90AABB
8#97A9B4
9#9FA7AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E3 #C3E3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CE #95CEF4 | BordersInactive statesPlaceholder text |
| 400 | 5DB4 #5DB4EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F9F #2F9FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1582 #1582CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1168 #1168A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C4A #0C4A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082F #082F4A | Primary textHigh emphasis contentDark headings |
| 950 | 051E #051E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F9FE;
--sky-blue-100: #DFF0FC;
--sky-blue-200: #C3E3F9;
--sky-blue-300: #95CEF4;
--sky-blue-400: #5DB4EE;
--sky-blue-500: #2F9FE9;
--sky-blue-600: #1582CB;
--sky-blue-700: #1168A2;
--sky-blue-800: #0C4A73;
--sky-blue-900: #082F4A;
--sky-blue-950: #051E2E;
}