Sky Blue
#53D5F9
CyanColor Codes
All color formats for development
HEX
#53D5F9RGB
rgb(83, 213, 249)HSL
hsl(193, 93%, 65%)OKLCH
oklch(0.816 0.123 219.7)CMYK
cmyk(67%, 14%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33CDF8
2#13C5F6
3#08B1E0
4#0798C0
5#067FA0
6#056580
7#034C60
8#023340
9#011920
Tints
Lighter variations
1#64D9F9
2#75DDFA
3#86E1FB
4#98E6FB
5#A9EAFC
6#BAEEFD
7#CBF2FD
8#DDF7FE
9#EEFBFE
Tones
Muted variations
1#5BD0F0
2#63CBE8
3#6CC7E0
4#74C2D8
5#7CBDCF
6#85B9C7
7#8DB4BF
8#95AFB6
9#9DAAAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF7 #DDF7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEF #BFEFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE3 #8EE3FB | BordersInactive statesPlaceholder text |
| 400 | 53D5 #53D5F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22C9 #22C9F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08AB #08ABD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0688 #0688AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0461 #04617B | Text on light backgroundsHeadingsStrong borders |
| 900 | 033E #033E4F | Primary textHigh emphasis contentDark headings |
| 950 | 0227 #022731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FBFE;
--sky-blue-100: #DDF7FE;
--sky-blue-200: #BFEFFD;
--sky-blue-300: #8EE3FB;
--sky-blue-400: #53D5F9;
--sky-blue-500: #22C9F7;
--sky-blue-600: #08ABD9;
--sky-blue-700: #0688AC;
--sky-blue-800: #04617B;
--sky-blue-900: #033E4F;
--sky-blue-950: #022731;
}