Sky Blue
#5EB4ED
BlueColor Codes
All color formats for development
HEX
#5EB4EDRGB
rgb(94, 180, 237)HSL
hsl(204, 80%, 65%)OKLCH
oklch(0.739 0.117 240)CMYK
cmyk(60%, 24%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41A6EA
2#2398E7
3#1787D1
4#1473B3
5#116095
6#0D4D77
7#0A3A5A
8#07263C
9#03131E
Tints
Lighter variations
1#6EBCEF
2#7EC3F1
3#8FCBF3
4#9FD2F4
5#AFDAF6
6#BFE1F8
7#CFE9FA
8#DFF0FB
9#EFF8FD
Tones
Muted variations
1#65B3E6
2#6DB1DF
3#74B0D8
4#7BAED1
5#82ADC9
6#89ABC2
7#90AABB
8#97A9B4
9#9FA7AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E3 #C3E3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CE #95CEF3 | BordersInactive statesPlaceholder text |
| 400 | 5EB4 #5EB4ED | Disabled statesSecondary iconsMuted text |
| 500 | 309F #309FE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1682 #1682CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1268 #1268A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4A #0D4A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082F #082F49 | 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: #F1F9FD;
--sky-blue-100: #DFF0FB;
--sky-blue-200: #C3E3F8;
--sky-blue-300: #95CEF3;
--sky-blue-400: #5EB4ED;
--sky-blue-500: #309FE8;
--sky-blue-600: #1682CA;
--sky-blue-700: #1268A1;
--sky-blue-800: #0D4A73;
--sky-blue-900: #082F49;
--sky-blue-950: #051E2E;
}