Sky Blue
#53BFF9
BlueColor Codes
All color formats for development
HEX
#53BFF9RGB
rgb(83, 191, 249)HSL
hsl(201, 93%, 65%)OKLCH
oklch(0.766 0.129 235.5)CMYK
cmyk(67%, 23%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33B3F8
2#13A7F6
3#0894E0
4#077FC0
5#066AA0
6#055580
7#034060
8#022A40
9#011520
Tints
Lighter variations
1#64C5F9
2#75CCFA
3#86D2FB
4#98D8FB
5#A9DFFC
6#BAE5FD
7#CBECFD
8#DDF2FE
9#EEF9FE
Tones
Muted variations
1#5BBCF0
2#63BAE8
3#6CB7E0
4#74B5D8
5#7CB2CF
6#85B0C7
7#8DADBF
8#95ABB6
9#9DA8AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF2 #DDF2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE7 #BFE7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ED5 #8ED5FB | BordersInactive statesPlaceholder text |
| 400 | 53BF #53BFF9 | Disabled statesSecondary iconsMuted text |
| 500 | 22AC #22ACF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0890 #0890D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0672 #0672AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0452 #04527B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0334 #03344F | Primary textHigh emphasis contentDark headings |
| 950 | 0221 #022131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F9FE;
--sky-blue-100: #DDF2FE;
--sky-blue-200: #BFE7FD;
--sky-blue-300: #8ED5FB;
--sky-blue-400: #53BFF9;
--sky-blue-500: #22ACF7;
--sky-blue-600: #0890D9;
--sky-blue-700: #0672AC;
--sky-blue-800: #04527B;
--sky-blue-900: #03344F;
--sky-blue-950: #022131;
}