Sky Blue
#53CFF9
BlueColor Codes
All color formats for development
HEX
#53CFF9RGB
rgb(83, 207, 249)HSL
hsl(195, 93%, 65%)OKLCH
oklch(0.802 0.123 224.1)CMYK
cmyk(67%, 17%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33C6F8
2#13BEF6
3#08AAE0
4#0792C0
5#0679A0
6#056180
7#034960
8#023140
9#011820
Tints
Lighter variations
1#64D4F9
2#75D9FA
3#86DEFB
4#98E2FB
5#A9E7FC
6#BAECFD
7#CBF1FD
8#DDF5FE
9#EEFAFE
Tones
Muted variations
1#5BCBF0
2#63C7E8
3#6CC3E0
4#74BFD8
5#7CBBCF
6#85B6C7
7#8DB2BF
8#95AEB6
9#9DAAAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF5 #DDF5FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFED #BFEDFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE0 #8EE0FB | BordersInactive statesPlaceholder text |
| 400 | 53CF #53CFF9 | Disabled statesSecondary iconsMuted text |
| 500 | 22C2 #22C2F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08A4 #08A4D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0683 #0683AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 045D #045D7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 033C #033C4F | Primary textHigh emphasis contentDark headings |
| 950 | 0225 #022531 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FBFE;
--sky-blue-100: #DDF5FE;
--sky-blue-200: #BFEDFD;
--sky-blue-300: #8EE0FB;
--sky-blue-400: #53CFF9;
--sky-blue-500: #22C2F7;
--sky-blue-600: #08A4D9;
--sky-blue-700: #0683AC;
--sky-blue-800: #045D7B;
--sky-blue-900: #033C4F;
--sky-blue-950: #022531;
}