Sky Blue
#5EC0ED
BlueColor Codes
All color formats for development
HEX
#5EC0EDRGB
rgb(94, 192, 237)HSL
hsl(199, 80%, 65%)OKLCH
oklch(0.766 0.112 230.5)CMYK
cmyk(60%, 19%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41B4EA
2#23A9E7
3#1796D1
4#1481B3
5#116B95
6#0D5677
7#0A405A
8#072B3C
9#03151E
Tints
Lighter variations
1#6EC6EF
2#7ECDF1
3#8FD3F3
4#9FD9F4
5#AFDFF6
6#BFE6F8
7#CFECFA
8#DFF2FB
9#EFF9FD
Tones
Muted variations
1#65BDE6
2#6DBBDF
3#74B8D8
4#7BB5D1
5#82B3C9
6#89B0C2
7#90AEBB
8#97ABB4
9#9FA8AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF2 #DFF2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E8 #C3E8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D6 #95D6F3 | BordersInactive statesPlaceholder text |
| 400 | 5EC0 #5EC0ED | Disabled statesSecondary iconsMuted text |
| 500 | 30AE #30AEE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1691 #1691CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1273 #1273A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D52 #0D5273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0835 #083549 | Primary textHigh emphasis contentDark headings |
| 950 | 0521 #05212E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FAFD;
--sky-blue-100: #DFF2FB;
--sky-blue-200: #C3E8F8;
--sky-blue-300: #95D6F3;
--sky-blue-400: #5EC0ED;
--sky-blue-500: #30AEE8;
--sky-blue-600: #1691CA;
--sky-blue-700: #1273A1;
--sky-blue-800: #0D5273;
--sky-blue-900: #083549;
--sky-blue-950: #05212E;
}