Sky Blue
#53F9CA
GreenColor Codes
All color formats for development
HEX
#53F9CARGB
rgb(83, 249, 202)HSL
hsl(163, 93%, 65%)OKLCH
oklch(0.885 0.152 170.2)CMYK
cmyk(67%, 0%, 19%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33F8C0
2#13F6B6
3#08E0A3
4#07C08C
5#06A074
6#05805D
7#036046
8#02402F
9#012017
Tints
Lighter variations
1#64F9CF
2#75FAD4
3#86FBDA
4#98FBDF
5#A9FCE4
6#BAFDEA
7#CBFDEF
8#DDFEF4
9#EEFEFA
Tones
Muted variations
1#5BF0C6
2#63E8C3
3#6CE0BF
4#74D8BB
5#7CCFB8
6#85C7B4
7#8DBFB1
8#95B6AD
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 #BFFDEB | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBDC | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9CA | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D99D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F39 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023124 | 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: #BFFDEB;
--sky-blue-300: #8EFBDC;
--sky-blue-400: #53F9CA;
--sky-blue-500: #22F7BA;
--sky-blue-600: #08D99D;
--sky-blue-700: #06AC7D;
--sky-blue-800: #047B59;
--sky-blue-900: #034F39;
--sky-blue-950: #023124;
}