Sky Blue
#53C4F9
BlueColor Codes
All color formats for development
HEX
#53C4F9RGB
rgb(83, 196, 249)HSL
hsl(199, 93%, 65%)OKLCH
oklch(0.777 0.126 232)CMYK
cmyk(67%, 21%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33B9F8
2#13AEF6
3#089CE0
4#0785C0
5#066FA0
6#055980
7#034360
8#022C40
9#011620
Tints
Lighter variations
1#64CAF9
2#75D0FA
3#86D6FB
4#98DCFB
5#A9E2FC
6#BAE7FD
7#CBEDFD
8#DDF3FE
9#EEF9FE
Tones
Muted variations
1#5BC1F0
2#63BEE8
3#6CBBE0
4#74B8D8
5#7CB5CF
6#85B2C7
7#8DAFBF
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 | DDF3 #DDF3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE9 #BFE9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ED8 #8ED8FB | BordersInactive statesPlaceholder text |
| 400 | 53C4 #53C4F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22B3 #22B3F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0896 #0896D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0678 #0678AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0455 #04557B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0337 #03374F | Primary textHigh emphasis contentDark headings |
| 950 | 0222 #022231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FAFE;
--sky-blue-100: #DDF3FE;
--sky-blue-200: #BFE9FD;
--sky-blue-300: #8ED8FB;
--sky-blue-400: #53C4F9;
--sky-blue-500: #22B3F7;
--sky-blue-600: #0896D9;
--sky-blue-700: #0678AC;
--sky-blue-800: #04557B;
--sky-blue-900: #03374F;
--sky-blue-950: #022231;
}