Sky Blue
#53E8F9
CyanColor Codes
All color formats for development
HEX
#53E8F9RGB
rgb(83, 232, 249)HSL
hsl(186, 93%, 65%)OKLCH
oklch(0.859 0.126 206)CMYK
cmyk(67%, 7%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33E4F8
2#13E0F6
3#08CAE0
4#07ADC0
5#0691A0
6#057480
7#035760
8#023A40
9#011D20
Tints
Lighter variations
1#64EAF9
2#75EDFA
3#86EFFB
4#98F1FB
5#A9F4FC
6#BAF6FD
7#CBF8FD
8#DDFAFE
9#EEFDFE
Tones
Muted variations
1#5BE2F0
2#63DBE8
3#6CD4E0
4#74CED8
5#7CC7CF
6#85C0C7
7#8DBABF
8#95B3B6
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 | BFF7 #BFF7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EF0 #8EF0FB | BordersInactive statesPlaceholder text |
| 400 | 53E8 #53E8F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22E2 #22E2F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08C4 #08C4D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 069C #069CAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 046F #046F7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0347 #03474F | 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: #BFF7FD;
--sky-blue-300: #8EF0FB;
--sky-blue-400: #53E8F9;
--sky-blue-500: #22E2F7;
--sky-blue-600: #08C4D9;
--sky-blue-700: #069CAC;
--sky-blue-800: #046F7B;
--sky-blue-900: #03474F;
--sky-blue-950: #022C31;
}