Sky Blue
#5DB7EE
BlueColor Codes
All color formats for development
HEX
#5DB7EERGB
rgb(93, 183, 238)HSL
hsl(203, 81%, 65%)OKLCH
oklch(0.746 0.117 238)CMYK
cmyk(61%, 23%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FA9EB
2#219CE8
3#168AD2
4#1376B4
5#106396
6#0D4F78
7#093B5A
8#06273C
9#03141E
Tints
Lighter variations
1#6EBEF0
2#7EC5F1
3#8ECCF3
4#9ED4F5
5#AEDBF7
6#BEE2F8
7#CFE9FA
8#DFF1FC
9#EFF8FD
Tones
Muted variations
1#65B5E7
2#6CB3E0
3#73B2D8
4#7AB0D1
5#82AECA
6#89ACC3
7#90ABBB
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 | DFF1 #DFF1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E4 #C3E4F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CF #95CFF4 | BordersInactive statesPlaceholder text |
| 400 | 5DB7 #5DB7EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FA2 #2FA2E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1585 #1585CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 116A #116AA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C4C #0C4C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0831 #08314A | 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: #95CFF4;
--sky-blue-400: #5DB7EE;
--sky-blue-500: #2FA2E9;
--sky-blue-600: #1585CB;
--sky-blue-700: #116AA2;
--sky-blue-800: #0C4C73;
--sky-blue-900: #08314A;
--sky-blue-950: #051E2E;
}