Sky Blue
#5EC2ED
BlueColor Codes
All color formats for development
HEX
#5EC2EDRGB
rgb(94, 194, 237)HSL
hsl(198, 80%, 65%)OKLCH
oklch(0.771 0.111 228.9)CMYK
cmyk(60%, 18%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41B7EA
2#23ACE7
3#1799D1
4#1483B3
5#116D95
6#0D5877
7#0A425A
8#072C3C
9#03161E
Tints
Lighter variations
1#6EC8EF
2#7ECEF1
3#8FD5F3
4#9FDBF4
5#AFE1F6
6#BFE7F8
7#CFEDFA
8#DFF3FB
9#EFF9FD
Tones
Muted variations
1#65BFE6
2#6DBDDF
3#74BAD8
4#7BB7D1
5#82B4C9
6#89B1C2
7#90AEBB
8#97ABB4
9#9FA9AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF3 #DFF3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E8 #C3E8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D7 #95D7F3 | BordersInactive statesPlaceholder text |
| 400 | 5EC2 #5EC2ED | Disabled statesSecondary iconsMuted text |
| 500 | 30B1 #30B1E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1694 #1694CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1276 #1276A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D54 #0D5473 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0836 #083649 | Primary textHigh emphasis contentDark headings |
| 950 | 0522 #05222E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FAFD;
--sky-blue-100: #DFF3FB;
--sky-blue-200: #C3E8F8;
--sky-blue-300: #95D7F3;
--sky-blue-400: #5EC2ED;
--sky-blue-500: #30B1E8;
--sky-blue-600: #1694CA;
--sky-blue-700: #1276A1;
--sky-blue-800: #0D5473;
--sky-blue-900: #083649;
--sky-blue-950: #05222E;
}