Sky Blue
#53F9C4
GreenColor Codes
All color formats for development
HEX
#53F9C4RGB
rgb(83, 249, 196)HSL
hsl(161, 93%, 65%)OKLCH
oklch(0.883 0.156 167.6)CMYK
cmyk(67%, 0%, 21%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33F8B9
2#13F6AE
3#08E09C
4#07C085
5#06A06F
6#058059
7#036043
8#02402C
9#012016
Tints
Lighter variations
1#64F9CA
2#75FAD0
3#86FBD6
4#98FBDC
5#A9FCE2
6#BAFDE7
7#CBFDED
8#DDFEF3
9#EEFEF9
Tones
Muted variations
1#5BF0C1
2#63E8BE
3#6CE0BB
4#74D8B8
5#7CCFB5
6#85C7B2
7#8DBFAF
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 #DDFEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBD8 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9C4 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D996 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC78 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F37 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023122 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFA;
--sky-blue-100: #DDFEF3;
--sky-blue-200: #BFFDE9;
--sky-blue-300: #8EFBD8;
--sky-blue-400: #53F9C4;
--sky-blue-500: #22F7B3;
--sky-blue-600: #08D996;
--sky-blue-700: #06AC78;
--sky-blue-800: #047B55;
--sky-blue-900: #034F37;
--sky-blue-950: #023122;
}