Sky Blue
#53F9DA
CyanColor Codes
All color formats for development
HEX
#53F9DARGB
rgb(83, 249, 218)HSL
hsl(169, 93%, 65%)OKLCH
oklch(0.889 0.143 177.7)CMYK
cmyk(67%, 0%, 12%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33F8D4
2#13F6CD
3#08E0B8
4#07C09E
5#06A084
6#058069
7#03604F
8#024035
9#01201A
Tints
Lighter variations
1#64F9DE
2#75FAE2
3#86FBE5
4#98FBE9
5#A9FCED
6#BAFDF0
7#CBFDF4
8#DDFEF8
9#EEFEFB
Tones
Muted variations
1#5BF0D5
2#63E8D0
3#6CE0CB
4#74D8C5
5#7CCFC0
6#85C7BB
7#8DBFB6
8#95B6B0
9#9DAEAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBE7 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9DA | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F41 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFC;
--sky-blue-100: #DDFEF8;
--sky-blue-200: #BFFDF1;
--sky-blue-300: #8EFBE7;
--sky-blue-400: #53F9DA;
--sky-blue-500: #22F7D0;
--sky-blue-600: #08D9B2;
--sky-blue-700: #06AC8E;
--sky-blue-800: #047B65;
--sky-blue-900: #034F41;
--sky-blue-950: #023129;
}