Sky Blue
#53EBF9
CyanColor Codes
All color formats for development
HEX
#53EBF9RGB
rgb(83, 235, 249)HSL
hsl(185, 93%, 65%)OKLCH
oklch(0.866 0.127 203.9)CMYK
cmyk(67%, 6%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33E7F8
2#13E3F6
3#08CEE0
4#07B1C0
5#0693A0
6#057680
7#035860
8#023B40
9#011D20
Tints
Lighter variations
1#64EDF9
2#75EFFA
3#86F1FB
4#98F3FB
5#A9F5FC
6#BAF7FD
7#CBF9FD
8#DDFBFE
9#EEFDFE
Tones
Muted variations
1#5BE4F0
2#63DDE8
3#6CD6E0
4#74CFD8
5#7CC8CF
6#85C1C7
7#8DBBBF
8#95B4B6
9#9DADAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFB #DDFBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF8 #BFF8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EF2 #8EF2FB | BordersInactive statesPlaceholder text |
| 400 | 53EB #53EBF9 | Disabled statesSecondary iconsMuted text |
| 500 | 22E5 #22E5F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08C7 #08C7D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 069E #069EAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0471 #04717B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0348 #03484F | Primary textHigh emphasis contentDark headings |
| 950 | 022D #022D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FDFE;
--sky-blue-100: #DDFBFE;
--sky-blue-200: #BFF8FD;
--sky-blue-300: #8EF2FB;
--sky-blue-400: #53EBF9;
--sky-blue-500: #22E5F7;
--sky-blue-600: #08C7D9;
--sky-blue-700: #069EAC;
--sky-blue-800: #04717B;
--sky-blue-900: #03484F;
--sky-blue-950: #022D31;
}