Sky Blue
#53CAF9
BlueColor Codes
All color formats for development
HEX
#53CAF9RGB
rgb(83, 202, 249)HSL
hsl(197, 93%, 65%)OKLCH
oklch(0.791 0.124 227.7)CMYK
cmyk(67%, 19%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33C0F8
2#13B6F6
3#08A3E0
4#078CC0
5#0674A0
6#055D80
7#034660
8#022F40
9#011720
Tints
Lighter variations
1#64CFF9
2#75D4FA
3#86DAFB
4#98DFFB
5#A9E4FC
6#BAEAFD
7#CBEFFD
8#DDF4FE
9#EEFAFE
Tones
Muted variations
1#5BC6F0
2#63C3E8
3#6CBFE0
4#74BBD8
5#7CB8CF
6#85B4C7
7#8DB1BF
8#95ADB6
9#9DA9AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF4 #DDF4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEB #BFEBFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EDC #8EDCFB | BordersInactive statesPlaceholder text |
| 400 | 53CA #53CAF9 | Disabled statesSecondary iconsMuted text |
| 500 | 22BA #22BAF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 089D #089DD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 067D #067DAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0459 #04597B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0339 #03394F | Primary textHigh emphasis contentDark headings |
| 950 | 0224 #022431 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FAFE;
--sky-blue-100: #DDF4FE;
--sky-blue-200: #BFEBFD;
--sky-blue-300: #8EDCFB;
--sky-blue-400: #53CAF9;
--sky-blue-500: #22BAF7;
--sky-blue-600: #089DD9;
--sky-blue-700: #067DAC;
--sky-blue-800: #04597B;
--sky-blue-900: #03394F;
--sky-blue-950: #022431;
}