Sky Blue
#5DC5EE
BlueColor Codes
All color formats for development
HEX
#5DC5EERGB
rgb(93, 197, 238)HSL
hsl(197, 81%, 65%)OKLCH
oklch(0.778 0.112 226.8)CMYK
cmyk(61%, 17%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FBAEB
2#21B0E8
3#169DD2
4#1386B4
5#107096
6#0D5A78
7#09435A
8#062D3C
9#03161E
Tints
Lighter variations
1#6ECBF0
2#7ED1F1
3#8ED6F3
4#9EDCF5
5#AEE2F7
6#BEE8F8
7#CFEEFA
8#DFF3FC
9#EFF9FD
Tones
Muted variations
1#65C2E7
2#6CBFE0
3#73BCD8
4#7AB9D1
5#82B5CA
6#89B2C3
7#90AFBB
8#97ACB4
9#9FA9AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF3 #DFF3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E9 #C3E9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D9 #95D9F4 | BordersInactive statesPlaceholder text |
| 400 | 5DC5 #5DC5EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FB5 #2FB5E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1598 #1598CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1179 #1179A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C56 #0C5673 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0837 #08374A | 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: #F1FAFE;
--sky-blue-100: #DFF3FC;
--sky-blue-200: #C3E9F9;
--sky-blue-300: #95D9F4;
--sky-blue-400: #5DC5EE;
--sky-blue-500: #2FB5E9;
--sky-blue-600: #1598CB;
--sky-blue-700: #1179A2;
--sky-blue-800: #0C5673;
--sky-blue-900: #08374A;
--sky-blue-950: #05222E;
}