Sky Blue
#53DAF9
CyanColor Codes
All color formats for development
HEX
#53DAF9RGB
rgb(83, 218, 249)HSL
hsl(191, 93%, 65%)OKLCH
oklch(0.827 0.123 216)CMYK
cmyk(67%, 12%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33D4F8
2#13CDF6
3#08B8E0
4#079EC0
5#0684A0
6#056980
7#034F60
8#023540
9#011A20
Tints
Lighter variations
1#64DEF9
2#75E2FA
3#86E5FB
4#98E9FB
5#A9EDFC
6#BAF0FD
7#CBF4FD
8#DDF8FE
9#EEFBFE
Tones
Muted variations
1#5BD5F0
2#63D0E8
3#6CCBE0
4#74C5D8
5#7CC0CF
6#85BBC7
7#8DB6BF
8#95B0B6
9#9DABAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF8 #DDF8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF1 #BFF1FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE7 #8EE7FB | BordersInactive statesPlaceholder text |
| 400 | 53DA #53DAF9 | Disabled statesSecondary iconsMuted text |
| 500 | 22D0 #22D0F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08B2 #08B2D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 068E #068EAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0465 #04657B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0341 #03414F | Primary textHigh emphasis contentDark headings |
| 950 | 0229 #022931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FCFE;
--sky-blue-100: #DDF8FE;
--sky-blue-200: #BFF1FD;
--sky-blue-300: #8EE7FB;
--sky-blue-400: #53DAF9;
--sky-blue-500: #22D0F7;
--sky-blue-600: #08B2D9;
--sky-blue-700: #068EAC;
--sky-blue-800: #04657B;
--sky-blue-900: #03414F;
--sky-blue-950: #022931;
}