Sky Blue
#53B6F9
BlueColor Codes
All color formats for development
HEX
#53B6F9RGB
rgb(83, 182, 249)HSL
hsl(204, 93%, 65%)OKLCH
oklch(0.745 0.134 241.4)CMYK
cmyk(67%, 27%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33A9F8
2#139BF6
3#088AE0
4#0776C0
5#0662A0
6#054F80
7#033B60
8#022740
9#011420
Tints
Lighter variations
1#64BEF9
2#75C5FA
3#86CCFB
4#98D3FB
5#A9DBFC
6#BAE2FD
7#CBE9FD
8#DDF0FE
9#EEF8FE
Tones
Muted variations
1#5BB5F0
2#63B3E8
3#6CB1E0
4#74B0D8
5#7CAECF
6#85ACC7
7#8DABBF
8#95A9B6
9#9DA7AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF0 #DDF0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE4 #BFE4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ECF #8ECFFB | BordersInactive statesPlaceholder text |
| 400 | 53B6 #53B6F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22A2 #22A2F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0885 #0885D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 066A #066AAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 044C #044C7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0330 #03304F | Primary textHigh emphasis contentDark headings |
| 950 | 021E #021E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F9FE;
--sky-blue-100: #DDF0FE;
--sky-blue-200: #BFE4FD;
--sky-blue-300: #8ECFFB;
--sky-blue-400: #53B6F9;
--sky-blue-500: #22A2F7;
--sky-blue-600: #0885D9;
--sky-blue-700: #066AAC;
--sky-blue-800: #044C7B;
--sky-blue-900: #03304F;
--sky-blue-950: #021E31;
}