Sky Blue
#53D2F9
CyanColor Codes
All color formats for development
HEX
#53D2F9RGB
rgb(83, 210, 249)HSL
hsl(194, 93%, 65%)OKLCH
oklch(0.809 0.123 221.9)CMYK
cmyk(67%, 16%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33CAF8
2#13C1F6
3#08AEE0
4#0795C0
5#067CA0
6#056380
7#034A60
8#023240
9#011920
Tints
Lighter variations
1#64D7F9
2#75DBFA
3#86E0FB
4#98E4FB
5#A9E9FC
6#BAEDFD
7#CBF2FD
8#DDF6FE
9#EEFBFE
Tones
Muted variations
1#5BCEF0
2#63C9E8
3#6CC5E0
4#74C0D8
5#7CBCCF
6#85B7C7
7#8DB3BF
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 | DDF6 #DDF6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEE #BFEEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE1 #8EE1FB | BordersInactive statesPlaceholder text |
| 400 | 53D2 #53D2F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22C5 #22C5F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08A8 #08A8D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0686 #0686AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 045F #045F7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 033D #033D4F | Primary textHigh emphasis contentDark headings |
| 950 | 0226 #022631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FBFE;
--sky-blue-100: #DDF6FE;
--sky-blue-200: #BFEEFD;
--sky-blue-300: #8EE1FB;
--sky-blue-400: #53D2F9;
--sky-blue-500: #22C5F7;
--sky-blue-600: #08A8D9;
--sky-blue-700: #0686AC;
--sky-blue-800: #045F7B;
--sky-blue-900: #033D4F;
--sky-blue-950: #022631;
}