Sky Blue
#53DDF9
CyanColor Codes
All color formats for development
HEX
#53DDF9RGB
rgb(83, 221, 249)HSL
hsl(190, 93%, 65%)OKLCH
oklch(0.834 0.123 213.8)CMYK
cmyk(67%, 11%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33D7F8
2#13D0F6
3#08BCE0
4#07A1C0
5#0686A0
6#056B80
7#035160
8#023640
9#011B20
Tints
Lighter variations
1#64E0F9
2#75E4FA
3#86E7FB
4#98EBFB
5#A9EEFC
6#BAF1FD
7#CBF5FD
8#DDF8FE
9#EEFCFE
Tones
Muted variations
1#5BD8F0
2#63D2E8
3#6CCCE0
4#74C7D8
5#7CC1CF
6#85BCC7
7#8DB6BF
8#95B1B6
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 | BFF2 #BFF2FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE9 #8EE9FB | BordersInactive statesPlaceholder text |
| 400 | 53DD #53DDF9 | Disabled statesSecondary iconsMuted text |
| 500 | 22D3 #22D3F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08B6 #08B6D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0691 #0691AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0467 #04677B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0342 #03424F | 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: #BFF2FD;
--sky-blue-300: #8EE9FB;
--sky-blue-400: #53DDF9;
--sky-blue-500: #22D3F7;
--sky-blue-600: #08B6D9;
--sky-blue-700: #0691AC;
--sky-blue-800: #04677B;
--sky-blue-900: #03424F;
--sky-blue-950: #022931;
}