Sky Blue
#53F9E3
CyanColor Codes
All color formats for development
HEX
#53F9E3RGB
rgb(83, 249, 227)HSL
hsl(172, 93%, 65%)OKLCH
oklch(0.892 0.139 182.5)CMYK
cmyk(67%, 0%, 9%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33F8DD
2#13F6D8
3#08E0C3
4#07C0A7
5#06A08B
6#058070
7#036054
8#024038
9#01201C
Tints
Lighter variations
1#64F9E5
2#75FAE8
3#86FBEB
4#98FBEE
5#A9FCF1
6#BAFDF4
7#CBFDF6
8#DDFEF9
9#EEFEFC
Tones
Muted variations
1#5BF0DD
2#63E8D6
3#6CE0D0
4#74D8CA
5#7CCFC4
6#85C7BE
7#8DBFB8
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 #DDFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBEC | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9E3 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9BD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFD;
--sky-blue-100: #DDFEF9;
--sky-blue-200: #BFFDF4;
--sky-blue-300: #8EFBEC;
--sky-blue-400: #53F9E3;
--sky-blue-500: #22F7DB;
--sky-blue-600: #08D9BD;
--sky-blue-700: #06AC96;
--sky-blue-800: #047B6B;
--sky-blue-900: #034F45;
--sky-blue-950: #02312B;
}