Sky Blue
#5EB6ED
BlueColor Codes
All color formats for development
HEX
#5EB6EDRGB
rgb(94, 182, 237)HSL
hsl(203, 80%, 65%)OKLCH
oklch(0.744 0.116 238.5)CMYK
cmyk(60%, 23%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41A9EA
2#239BE7
3#178AD1
4#1476B3
5#116295
6#0D4F77
7#0A3B5A
8#07273C
9#03141E
Tints
Lighter variations
1#6EBEEF
2#7EC5F1
3#8FCCF3
4#9FD3F4
5#AFDBF6
6#BFE2F8
7#CFE9FA
8#DFF0FB
9#EFF8FD
Tones
Muted variations
1#65B5E6
2#6DB3DF
3#74B1D8
4#7BB0D1
5#82AEC9
6#89ACC2
7#90ABBB
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 | C3E4 #C3E4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CF #95CFF3 | BordersInactive statesPlaceholder text |
| 400 | 5EB6 #5EB6ED | Disabled statesSecondary iconsMuted text |
| 500 | 30A2 #30A2E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1685 #1685CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 126A #126AA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4C #0D4C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0830 #083049 | 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: #C3E4F8;
--sky-blue-300: #95CFF3;
--sky-blue-400: #5EB6ED;
--sky-blue-500: #30A2E8;
--sky-blue-600: #1685CA;
--sky-blue-700: #126AA1;
--sky-blue-800: #0D4C73;
--sky-blue-900: #083049;
--sky-blue-950: #051E2E;
}