Sky Blue
#57F4DF
CyanColor Codes
All color formats for development
HEX
#57F4DFRGB
rgb(87, 244, 223)HSL
hsl(172, 88%, 65%)OKLCH
oklch(0.88 0.134 182.6)CMYK
cmyk(64%, 0%, 9%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38F2D9
2#19F0D4
3#0EDABF
4#0CBBA4
5#0A9C88
6#087D6D
7#065D52
8#043E37
9#021F1B
Tints
Lighter variations
1#68F5E3
2#79F6E6
3#8AF8E9
4#9AF9EC
5#ABFAEF
6#BCFBF2
7#CDFCF6
8#DDFDF9
9#EEFEFC
Tones
Muted variations
1#5FECDA
2#67E5D4
3#6FDDCE
4#77D5C8
5#7ECDC3
6#86C5BD
7#8EBDB7
8#96B5B1
9#9EAEAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8EA | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4DF | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA893 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D43 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFC;
--sky-blue-100: #DDFDF9;
--sky-blue-200: #C1FBF3;
--sky-blue-300: #91F8EA;
--sky-blue-400: #57F4DF;
--sky-blue-500: #27F1D6;
--sky-blue-600: #0DD3B9;
--sky-blue-700: #0BA893;
--sky-blue-800: #087869;
--sky-blue-900: #054D43;
--sky-blue-950: #03302A;
}