Sky Blue
#53C7F9
BlueColor Codes
All color formats for development
HEX
#53C7F9RGB
rgb(83, 199, 249)HSL
hsl(198, 93%, 65%)OKLCH
oklch(0.784 0.125 229.9)CMYK
cmyk(67%, 20%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33BDF8
2#13B2F6
3#089FE0
4#0788C0
5#0672A0
6#055B80
7#034460
8#022D40
9#011720
Tints
Lighter variations
1#64CDF9
2#75D2FA
3#86D8FB
4#98DDFB
5#A9E3FC
6#BAE9FD
7#CBEEFD
8#DDF4FE
9#EEF9FE
Tones
Muted variations
1#5BC4F0
2#63C0E8
3#6CBDE0
4#74BAD8
5#7CB6CF
6#85B3C7
7#8DB0BF
8#95ACB6
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 | BFEA #BFEAFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EDA #8EDAFB | BordersInactive statesPlaceholder text |
| 400 | 53C7 #53C7F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22B7 #22B7F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 089A #089AD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 067A #067AAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0457 #04577B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0338 #03384F | Primary textHigh emphasis contentDark headings |
| 950 | 0223 #022331 | 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: #BFEAFD;
--sky-blue-300: #8EDAFB;
--sky-blue-400: #53C7F9;
--sky-blue-500: #22B7F7;
--sky-blue-600: #089AD9;
--sky-blue-700: #067AAC;
--sky-blue-800: #04577B;
--sky-blue-900: #03384F;
--sky-blue-950: #022331;
}