Sky Blue
#53F9E5
CyanColor Codes
All color formats for development
HEX
#53F9E5RGB
rgb(83, 249, 229)HSL
hsl(173, 93%, 65%)OKLCH
oklch(0.892 0.138 183.6)CMYK
cmyk(67%, 0%, 8%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33F8E1
2#13F6DC
3#08E0C7
4#07C0AA
5#06A08E
6#058072
7#036055
8#024039
9#01201C
Tints
Lighter variations
1#64F9E8
2#75FAEB
3#86FBED
4#98FBF0
5#A9FCF2
6#BAFDF5
7#CBFDF7
8#DDFEFA
9#EEFEFC
Tones
Muted variations
1#5BF0DF
2#63E8D9
3#6CE0D2
4#74D8CC
5#7CCFC6
6#85C7BF
7#8DBFB9
8#95B6B2
9#9DAEAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBEE | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9E5 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F46 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFD;
--sky-blue-100: #DDFEFA;
--sky-blue-200: #BFFDF5;
--sky-blue-300: #8EFBEE;
--sky-blue-400: #53F9E5;
--sky-blue-500: #22F7DE;
--sky-blue-600: #08D9C0;
--sky-blue-700: #06AC99;
--sky-blue-800: #047B6D;
--sky-blue-900: #034F46;
--sky-blue-950: #02312C;
}