Sky Blue
#53EEF9
CyanColor Codes
All color formats for development
HEX
#53EEF9RGB
rgb(83, 238, 249)HSL
hsl(184, 93%, 65%)OKLCH
oklch(0.873 0.128 201.9)CMYK
cmyk(67%, 4%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33EAF8
2#13E7F6
3#08D2E0
4#07B4C0
5#0696A0
6#057880
7#035A60
8#023C40
9#011E20
Tints
Lighter variations
1#64EFF9
2#75F1FA
3#86F3FB
4#98F5FB
5#A9F6FC
6#BAF8FD
7#CBFAFD
8#DDFCFE
9#EEFDFE
Tones
Muted variations
1#5BE6F0
2#63DFE8
3#6CD8E0
4#74D1D8
5#7CCACF
6#85C3C7
7#8DBBBF
8#95B4B6
9#9DADAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFC #DDFCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF9 #BFF9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EF4 #8EF4FB | BordersInactive statesPlaceholder text |
| 400 | 53EE #53EEF9 | Disabled statesSecondary iconsMuted text |
| 500 | 22E9 #22E9F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08CB #08CBD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06A1 #06A1AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0473 #04737B | Text on light backgroundsHeadingsStrong borders |
| 900 | 034A #034A4F | Primary textHigh emphasis contentDark headings |
| 950 | 022E #022E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFE;
--sky-blue-100: #DDFCFE;
--sky-blue-200: #BFF9FD;
--sky-blue-300: #8EF4FB;
--sky-blue-400: #53EEF9;
--sky-blue-500: #22E9F7;
--sky-blue-600: #08CBD9;
--sky-blue-700: #06A1AC;
--sky-blue-800: #04737B;
--sky-blue-900: #034A4F;
--sky-blue-950: #022E31;
}