Sky Blue
#57F4D5
CyanColor Codes
All color formats for development
HEX
#57F4D5RGB
rgb(87, 244, 213)HSL
hsl(168, 88%, 65%)OKLCH
oklch(0.877 0.138 177.2)CMYK
cmyk(64%, 0%, 13%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38F2CD
2#19F0C5
3#0EDAB1
4#0CBB98
5#0A9C7F
6#087D65
7#065D4C
8#043E33
9#021F19
Tints
Lighter variations
1#68F5D9
2#79F6DD
3#8AF8E2
4#9AF9E6
5#ABFAEA
6#BCFBEE
7#CDFCF2
8#DDFDF7
9#EEFEFB
Tones
Muted variations
1#5FECD0
2#67E5CB
3#6FDDC7
4#77D5C2
5#7ECDBD
6#86C5B9
7#8EBDB4
8#96B5AF
9#9EAEAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E3 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4D5 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA888 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087861 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D3E | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFB;
--sky-blue-100: #DDFDF7;
--sky-blue-200: #C1FBEF;
--sky-blue-300: #91F8E3;
--sky-blue-400: #57F4D5;
--sky-blue-500: #27F1C9;
--sky-blue-600: #0DD3AB;
--sky-blue-700: #0BA888;
--sky-blue-800: #087861;
--sky-blue-900: #054D3E;
--sky-blue-950: #033027;
}