Sky Blue
#53F9CC
GreenColor Codes
All color formats for development
HEX
#53F9CCRGB
rgb(83, 249, 204)HSL
hsl(164, 93%, 65%)OKLCH
oklch(0.885 0.151 171)CMYK
cmyk(67%, 0%, 18%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33F8C3
2#13F6BA
3#08E0A6
4#07C08F
5#06A077
6#05805F
7#036047
8#024030
9#012018
Tints
Lighter variations
1#64F9D2
2#75FAD7
3#86FBDC
4#98FBE1
5#A9FCE6
6#BAFDEB
7#CBFDF0
8#DDFEF5
9#EEFEFA
Tones
Muted variations
1#5BF0C9
2#63E8C5
3#6CE0C1
4#74D8BD
5#7CCFB9
6#85C7B5
7#8DBFB1
8#95B6AD
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 #BFFDEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBDE | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9CC | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9A1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F3B | 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: #BFFDEC;
--sky-blue-300: #8EFBDE;
--sky-blue-400: #53F9CC;
--sky-blue-500: #22F7BE;
--sky-blue-600: #08D9A1;
--sky-blue-700: #06AC80;
--sky-blue-800: #047B5B;
--sky-blue-900: #034F3B;
--sky-blue-950: #023125;
}