Sky Blue
#5EB9ED
BlueColor Codes
All color formats for development
HEX
#5EB9EDRGB
rgb(94, 185, 237)HSL
hsl(202, 80%, 65%)OKLCH
oklch(0.751 0.115 236.2)CMYK
cmyk(60%, 22%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41ACEA
2#239FE7
3#178DD1
4#1479B3
5#116595
6#0D5077
7#0A3C5A
8#07283C
9#03141E
Tints
Lighter variations
1#6EC0EF
2#7EC7F1
3#8FCEF3
4#9FD5F4
5#AFDCF6
6#BFE3F8
7#CFEAFA
8#DFF1FB
9#EFF8FD
Tones
Muted variations
1#65B7E6
2#6DB5DF
3#74B3D8
4#7BB1D1
5#82AFC9
6#89ADC2
7#90ABBB
8#97AAB4
9#9FA8AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF1 #DFF1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E5 #C3E5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D1 #95D1F3 | BordersInactive statesPlaceholder text |
| 400 | 5EB9 #5EB9ED | Disabled statesSecondary iconsMuted text |
| 500 | 30A5 #30A5E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1688 #1688CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 126C #126CA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4D #0D4D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0832 #083249 | Primary textHigh emphasis contentDark headings |
| 950 | 051F #051F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F9FD;
--sky-blue-100: #DFF1FB;
--sky-blue-200: #C3E5F8;
--sky-blue-300: #95D1F3;
--sky-blue-400: #5EB9ED;
--sky-blue-500: #30A5E8;
--sky-blue-600: #1688CA;
--sky-blue-700: #126CA1;
--sky-blue-800: #0D4D73;
--sky-blue-900: #083249;
--sky-blue-950: #051F2E;
}