Sky Blue
#53C1F9
BlueColor Codes
All color formats for development
HEX
#53C1F9RGB
rgb(83, 193, 249)HSL
hsl(200, 93%, 65%)OKLCH
oklch(0.77 0.128 234.1)CMYK
cmyk(67%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33B6F8
2#13ABF6
3#0898E0
4#0782C0
5#066DA0
6#055780
7#034160
8#022B40
9#011620
Tints
Lighter variations
1#64C8F9
2#75CEFA
3#86D4FB
4#98DAFB
5#A9E0FC
6#BAE6FD
7#CBEDFD
8#DDF3FE
9#EEF9FE
Tones
Muted variations
1#5BBFF0
2#63BCE8
3#6CB9E0
4#74B6D8
5#7CB4CF
6#85B1C7
7#8DAEBF
8#95ABB6
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 | BFE8 #BFE8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ED7 #8ED7FB | BordersInactive statesPlaceholder text |
| 400 | 53C1 #53C1F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22B0 #22B0F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0893 #0893D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0675 #0675AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0454 #04547B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0335 #03354F | 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: #F0FAFE;
--sky-blue-100: #DDF3FE;
--sky-blue-200: #BFE8FD;
--sky-blue-300: #8ED7FB;
--sky-blue-400: #53C1F9;
--sky-blue-500: #22B0F7;
--sky-blue-600: #0893D9;
--sky-blue-700: #0675AC;
--sky-blue-800: #04547B;
--sky-blue-900: #03354F;
--sky-blue-950: #022131;
}