Sky Blue
#53F9C7
GreenColor Codes
All color formats for development
HEX
#53F9C7RGB
rgb(83, 249, 199)HSL
hsl(162, 93%, 65%)OKLCH
oklch(0.884 0.154 168.9)CMYK
cmyk(67%, 0%, 20%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33F8BD
2#13F6B2
3#08E09F
4#07C088
5#06A072
6#05805B
7#036044
8#02402D
9#012017
Tints
Lighter variations
1#64F9CD
2#75FAD2
3#86FBD8
4#98FBDD
5#A9FCE3
6#BAFDE9
7#CBFDEE
8#DDFEF4
9#EEFEF9
Tones
Muted variations
1#5BF0C4
2#63E8C0
3#6CE0BD
4#74D8BA
5#7CCFB6
6#85C7B3
7#8DBFB0
8#95B6AC
9#9DAEA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBDA | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9C7 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D99A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F38 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFA;
--sky-blue-100: #DDFEF4;
--sky-blue-200: #BFFDEA;
--sky-blue-300: #8EFBDA;
--sky-blue-400: #53F9C7;
--sky-blue-500: #22F7B7;
--sky-blue-600: #08D99A;
--sky-blue-700: #06AC7A;
--sky-blue-800: #047B57;
--sky-blue-900: #034F38;
--sky-blue-950: #023123;
}