Sky Blue
#53F9C1
GreenColor Codes
All color formats for development
HEX
#53F9C1RGB
rgb(83, 249, 193)HSL
hsl(160, 93%, 65%)OKLCH
oklch(0.883 0.158 166.4)CMYK
cmyk(67%, 0%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33F8B6
2#13F6AB
3#08E098
4#07C082
5#06A06D
6#058057
7#036041
8#02402B
9#012016
Tints
Lighter variations
1#64F9C8
2#75FACE
3#86FBD4
4#98FBDA
5#A9FCE0
6#BAFDE6
7#CBFDED
8#DDFEF3
9#EEFEF9
Tones
Muted variations
1#5BF0BF
2#63E8BC
3#6CE0B9
4#74D8B6
5#7CCFB4
6#85C7B1
7#8DBFAE
8#95B6AB
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 #BFFDE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBD7 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9C1 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7B0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D993 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC75 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B54 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F35 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023121 | 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: #BFFDE8;
--sky-blue-300: #8EFBD7;
--sky-blue-400: #53F9C1;
--sky-blue-500: #22F7B0;
--sky-blue-600: #08D993;
--sky-blue-700: #06AC75;
--sky-blue-800: #047B54;
--sky-blue-900: #034F35;
--sky-blue-950: #023121;
}