Sky Blue
#5DB7EF
BlueColor Codes
All color formats for development
HEX
#5DB7EFRGB
rgb(93, 183, 239)HSL
hsl(203, 82%, 65%)OKLCH
oklch(0.747 0.118 238.5)CMYK
cmyk(61%, 23%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EA9EC
2#209CE9
3#158AD3
4#1276B5
5#0F6397
6#0C4F79
7#093B5A
8#06273C
9#03141E
Tints
Lighter variations
1#6DBEF1
2#7DC5F2
3#8DCCF4
4#9ED4F5
5#AEDBF7
6#BEE2F9
7#CEE9FA
8#DFF1FC
9#EFF8FD
Tones
Muted variations
1#64B5E8
2#6BB3E0
3#73B2D9
4#7AB0D2
5#81AECA
6#88ADC3
7#90ABBC
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 | DFF1 #DFF1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E4 #C3E4F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D0 #94D0F4 | BordersInactive statesPlaceholder text |
| 400 | 5DB7 #5DB7EF | Disabled statesSecondary iconsMuted text |
| 500 | 2EA2 #2EA2EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1486 #1486CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 106A #106AA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B4C #0B4C74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0731 #07314A | 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: #DFF1FC;
--sky-blue-200: #C3E4F9;
--sky-blue-300: #94D0F4;
--sky-blue-400: #5DB7EF;
--sky-blue-500: #2EA2EA;
--sky-blue-600: #1486CC;
--sky-blue-700: #106AA2;
--sky-blue-800: #0B4C74;
--sky-blue-900: #07314A;
--sky-blue-950: #051E2E;
}