Sky Blue
#5EBBED
BlueColor Codes
All color formats for development
HEX
#5EBBEDRGB
rgb(94, 187, 237)HSL
hsl(201, 80%, 65%)OKLCH
oklch(0.755 0.114 234.6)CMYK
cmyk(60%, 21%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41AFEA
2#23A2E7
3#1790D1
4#147BB3
5#116795
6#0D5277
7#0A3E5A
8#07293C
9#03151E
Tints
Lighter variations
1#6EC2EF
2#7EC9F1
3#8FD0F3
4#9FD6F4
5#AFDDF6
6#BFE4F8
7#CFEBFA
8#DFF1FB
9#EFF8FD
Tones
Muted variations
1#65B9E6
2#6DB7DF
3#74B5D8
4#7BB3D1
5#82B0C9
6#89AEC2
7#90ACBB
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 | C3E6 #C3E6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D2 #95D2F3 | BordersInactive statesPlaceholder text |
| 400 | 5EBB #5EBBED | Disabled statesSecondary iconsMuted text |
| 500 | 30A8 #30A8E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 168B #168BCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 126F #126FA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4F #0D4F73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0833 #083349 | Primary textHigh emphasis contentDark headings |
| 950 | 0520 #05202E | 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: #C3E6F8;
--sky-blue-300: #95D2F3;
--sky-blue-400: #5EBBED;
--sky-blue-500: #30A8E8;
--sky-blue-600: #168BCA;
--sky-blue-700: #126FA1;
--sky-blue-800: #0D4F73;
--sky-blue-900: #083349;
--sky-blue-950: #05202E;
}