Sky Blue
#53F9CF
CyanColor Codes
All color formats for development
HEX
#53F9CFRGB
rgb(83, 249, 207)HSL
hsl(165, 93%, 65%)OKLCH
oklch(0.886 0.149 172.4)CMYK
cmyk(67%, 0%, 17%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33F8C6
2#13F6BE
3#08E0AA
4#07C092
5#06A079
6#058061
7#036049
8#024031
9#012018
Tints
Lighter variations
1#64F9D4
2#75FAD9
3#86FBDE
4#98FBE2
5#A9FCE7
6#BAFDEC
7#CBFDF1
8#DDFEF5
9#EEFEFA
Tones
Muted variations
1#5BF0CB
2#63E8C7
3#6CE0C3
4#74D8BF
5#7CCFBB
6#85C7B6
7#8DBFB2
8#95B6AE
9#9DAEAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBE0 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9CF | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC83 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F3C | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFB;
--sky-blue-100: #DDFEF5;
--sky-blue-200: #BFFDED;
--sky-blue-300: #8EFBE0;
--sky-blue-400: #53F9CF;
--sky-blue-500: #22F7C2;
--sky-blue-600: #08D9A4;
--sky-blue-700: #06AC83;
--sky-blue-800: #047B5D;
--sky-blue-900: #034F3C;
--sky-blue-950: #023125;
}