Sky Blue
#53E5F9
CyanColor Codes
All color formats for development
HEX
#53E5F9RGB
rgb(83, 229, 249)HSL
hsl(187, 93%, 65%)OKLCH
oklch(0.852 0.125 208)CMYK
cmyk(67%, 8%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33E1F8
2#13DCF6
3#08C7E0
4#07AAC0
5#068EA0
6#057280
7#035560
8#023940
9#011C20
Tints
Lighter variations
1#64E8F9
2#75EBFA
3#86EDFB
4#98F0FB
5#A9F2FC
6#BAF5FD
7#CBF7FD
8#DDFAFE
9#EEFCFE
Tones
Muted variations
1#5BDFF0
2#63D9E8
3#6CD2E0
4#74CCD8
5#7CC6CF
6#85BFC7
7#8DB9BF
8#95B2B6
9#9DACAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFA #DDFAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF5 #BFF5FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EEE #8EEEFB | BordersInactive statesPlaceholder text |
| 400 | 53E5 #53E5F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22DE #22DEF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08C0 #08C0D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0699 #0699AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 046D #046D7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0346 #03464F | Primary textHigh emphasis contentDark headings |
| 950 | 022C #022C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FDFE;
--sky-blue-100: #DDFAFE;
--sky-blue-200: #BFF5FD;
--sky-blue-300: #8EEEFB;
--sky-blue-400: #53E5F9;
--sky-blue-500: #22DEF7;
--sky-blue-600: #08C0D9;
--sky-blue-700: #0699AC;
--sky-blue-800: #046D7B;
--sky-blue-900: #03464F;
--sky-blue-950: #022C31;
}