Sky Blue
#53D8F9
CyanColor Codes
All color formats for development
HEX
#53D8F9RGB
rgb(83, 216, 249)HSL
hsl(192, 93%, 65%)OKLCH
oklch(0.822 0.123 217.5)CMYK
cmyk(67%, 13%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33D0F8
2#13C9F6
3#08B5E0
4#079BC0
5#0681A0
6#056780
7#034D60
8#023440
9#011A20
Tints
Lighter variations
1#64DBF9
2#75DFFA
3#86E3FB
4#98E7FB
5#A9EBFC
6#BAEFFD
7#CBF3FD
8#DDF7FE
9#EEFBFE
Tones
Muted variations
1#5BD3F0
2#63CEE8
3#6CC9E0
4#74C4D8
5#7CBFCF
6#85BAC7
7#8DB5BF
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 | DDF7 #DDF7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF0 #BFF0FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE5 #8EE5FB | BordersInactive statesPlaceholder text |
| 400 | 53D8 #53D8F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22CC #22CCF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08AF #08AFD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 068B #068BAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0463 #04637B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0340 #03404F | Primary textHigh emphasis contentDark headings |
| 950 | 0228 #022831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FCFE;
--sky-blue-100: #DDF7FE;
--sky-blue-200: #BFF0FD;
--sky-blue-300: #8EE5FB;
--sky-blue-400: #53D8F9;
--sky-blue-500: #22CCF7;
--sky-blue-600: #08AFD9;
--sky-blue-700: #068BAC;
--sky-blue-800: #04637B;
--sky-blue-900: #03404F;
--sky-blue-950: #022831;
}