Sky Blue
#53F9EE
CyanColor Codes
All color formats for development
HEX
#53F9EERGB
rgb(83, 249, 238)HSL
hsl(176, 93%, 65%)OKLCH
oklch(0.895 0.136 188.6)CMYK
cmyk(67%, 0%, 4%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33F8EA
2#13F6E7
3#08E0D2
4#07C0B4
5#06A096
6#058078
7#03605A
8#02403C
9#01201E
Tints
Lighter variations
1#64F9EF
2#75FAF1
3#86FBF3
4#98FBF5
5#A9FCF6
6#BAFDF8
7#CBFDFA
8#DDFEFC
9#EEFEFD
Tones
Muted variations
1#5BF0E6
2#63E8DF
3#6CE0D8
4#74D8D1
5#7CCFCA
6#85C7C3
7#8DBFBB
8#95B6B4
9#9DAEAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBF4 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9EE | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06ACA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F4A | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFE;
--sky-blue-100: #DDFEFC;
--sky-blue-200: #BFFDF9;
--sky-blue-300: #8EFBF4;
--sky-blue-400: #53F9EE;
--sky-blue-500: #22F7E9;
--sky-blue-600: #08D9CB;
--sky-blue-700: #06ACA1;
--sky-blue-800: #047B73;
--sky-blue-900: #034F4A;
--sky-blue-950: #02312E;
}