Sky Blue
#5DB4EF
BlueColor Codes
All color formats for development
HEX
#5DB4EFRGB
rgb(93, 180, 239)HSL
hsl(204, 82%, 65%)OKLCH
oklch(0.74 0.12 240.7)CMYK
cmyk(61%, 25%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EA7EC
2#2099E9
3#1587D3
4#1274B5
5#0F6097
6#0C4D79
7#093A5A
8#06273C
9#03131E
Tints
Lighter variations
1#6DBCF1
2#7DC3F2
3#8DCBF4
4#9ED2F5
5#AEDAF7
6#BEE1F9
7#CEE9FA
8#DFF0FC
9#EFF8FD
Tones
Muted variations
1#64B3E8
2#6BB1E0
3#73B0D9
4#7AAFD2
5#81ADCA
6#88ACC3
7#90AABC
8#97A9B4
9#9EA7AD
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 | 94CE #94CEF4 | BordersInactive statesPlaceholder text |
| 400 | 5DB4 #5DB4EF | Disabled statesSecondary iconsMuted text |
| 500 | 2E9F #2E9FEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1483 #1483CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1068 #1068A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B4A #0B4A74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072F #072F4A | 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: #94CEF4;
--sky-blue-400: #5DB4EF;
--sky-blue-500: #2E9FEA;
--sky-blue-600: #1483CC;
--sky-blue-700: #1068A2;
--sky-blue-800: #0B4A74;
--sky-blue-900: #072F4A;
--sky-blue-950: #051E2E;
}