Sky Blue
#5DBBEE
BlueColor Codes
All color formats for development
HEX
#5DBBEERGB
rgb(93, 187, 238)HSL
hsl(201, 81%, 65%)OKLCH
oklch(0.755 0.115 234.9)CMYK
cmyk(61%, 21%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FAFEB
2#21A2E8
3#1690D2
4#137CB4
5#106796
6#0D5278
7#093E5A
8#06293C
9#03151E
Tints
Lighter variations
1#6EC2F0
2#7EC9F1
3#8ED0F3
4#9ED6F5
5#AEDDF7
6#BEE4F8
7#CFEBFA
8#DFF1FC
9#EFF8FD
Tones
Muted variations
1#65B9E7
2#6CB7E0
3#73B5D8
4#7AB3D1
5#82B1CA
6#89AEC3
7#90ACBB
8#97AAB4
9#9FA8AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF1 #DFF1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E6 #C3E6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D3 #95D3F4 | BordersInactive statesPlaceholder text |
| 400 | 5DBB #5DBBEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FA8 #2FA8E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 158B #158BCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 116F #116FA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C4F #0C4F73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0833 #08334A | 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: #F1F9FE;
--sky-blue-100: #DFF1FC;
--sky-blue-200: #C3E6F9;
--sky-blue-300: #95D3F4;
--sky-blue-400: #5DBBEE;
--sky-blue-500: #2FA8E9;
--sky-blue-600: #158BCB;
--sky-blue-700: #116FA2;
--sky-blue-800: #0C4F73;
--sky-blue-900: #08334A;
--sky-blue-950: #05202E;
}