Sky Blue
#57F4DA
CyanColor Codes
All color formats for development
HEX
#57F4DARGB
rgb(87, 244, 218)HSL
hsl(170, 88%, 65%)OKLCH
oklch(0.878 0.136 179.8)CMYK
cmyk(64%, 0%, 11%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38F2D3
2#19F0CC
3#0EDAB8
4#0CBB9E
5#0A9C83
6#087D69
7#065D4F
8#043E35
9#021F1A
Tints
Lighter variations
1#68F5DE
2#79F6E1
3#8AF8E5
4#9AF9E9
5#ABFAED
6#BCFBF0
7#CDFCF4
8#DDFDF8
9#EEFEFB
Tones
Muted variations
1#5FECD5
2#67E5D0
3#6FDDCA
4#77D5C5
5#7ECDC0
6#86C5BB
7#8EBDB5
8#96B5B0
9#9EAEAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E7 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4DA | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA88E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087865 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D41 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFC;
--sky-blue-100: #DDFDF8;
--sky-blue-200: #C1FBF1;
--sky-blue-300: #91F8E7;
--sky-blue-400: #57F4DA;
--sky-blue-500: #27F1D0;
--sky-blue-600: #0DD3B2;
--sky-blue-700: #0BA88E;
--sky-blue-800: #087865;
--sky-blue-900: #054D41;
--sky-blue-950: #033028;
}