Sky Blue
#53F9EB
CyanColor Codes
All color formats for development
HEX
#53F9EBRGB
rgb(83, 249, 235)HSL
hsl(175, 93%, 65%)OKLCH
oklch(0.894 0.136 186.9)CMYK
cmyk(67%, 0%, 6%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33F8E7
2#13F6E3
3#08E0CE
4#07C0B1
5#06A093
6#058076
7#036058
8#02403B
9#01201D
Tints
Lighter variations
1#64F9ED
2#75FAEF
3#86FBF1
4#98FBF3
5#A9FCF5
6#BAFDF7
7#CBFDF9
8#DDFEFB
9#EEFEFD
Tones
Muted variations
1#5BF0E4
2#63E8DD
3#6CE0D6
4#74D8CF
5#7CCFC8
6#85C7C1
7#8DBFBB
8#95B6B4
9#9DAEAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBF2 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9EB | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F48 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFD;
--sky-blue-100: #DDFEFB;
--sky-blue-200: #BFFDF8;
--sky-blue-300: #8EFBF2;
--sky-blue-400: #53F9EB;
--sky-blue-500: #22F7E5;
--sky-blue-600: #08D9C7;
--sky-blue-700: #06AC9E;
--sky-blue-800: #047B71;
--sky-blue-900: #034F48;
--sky-blue-950: #02312D;
}