Sky Blue
#53E0F9
CyanColor Codes
All color formats for development
HEX
#53E0F9RGB
rgb(83, 224, 249)HSL
hsl(189, 93%, 65%)OKLCH
oklch(0.841 0.123 211.6)CMYK
cmyk(67%, 10%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33DAF8
2#13D4F6
3#08C0E0
4#07A4C0
5#0689A0
6#056D80
7#035260
8#023740
9#011B20
Tints
Lighter variations
1#64E3F9
2#75E6FA
3#86E9FB
4#98ECFB
5#A9EFFC
6#BAF3FD
7#CBF6FD
8#DDF9FE
9#EEFCFE
Tones
Muted variations
1#5BDAF0
2#63D4E8
3#6CCEE0
4#74C9D8
5#7CC3CF
6#85BDC7
7#8DB7BF
8#95B1B6
9#9DACAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF3 #BFF3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EEB #8EEBFB | BordersInactive statesPlaceholder text |
| 400 | 53E0 #53E0F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22D7 #22D7F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08B9 #08B9D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0693 #0693AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0469 #04697B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0343 #03434F | Primary textHigh emphasis contentDark headings |
| 950 | 022A #022A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FCFE;
--sky-blue-100: #DDF9FE;
--sky-blue-200: #BFF3FD;
--sky-blue-300: #8EEBFB;
--sky-blue-400: #53E0F9;
--sky-blue-500: #22D7F7;
--sky-blue-600: #08B9D9;
--sky-blue-700: #0693AC;
--sky-blue-800: #04697B;
--sky-blue-900: #03434F;
--sky-blue-950: #022A31;
}