Sky Blue
#57F4DD
CyanColor Codes
All color formats for development
HEX
#57F4DDRGB
rgb(87, 244, 221)HSL
hsl(171, 88%, 65%)OKLCH
oklch(0.879 0.135 181.5)CMYK
cmyk(64%, 0%, 9%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38F2D6
2#19F0D0
3#0EDABB
4#0CBBA1
5#0A9C86
6#087D6B
7#065D50
8#043E36
9#021F1B
Tints
Lighter variations
1#68F5E0
2#79F6E4
3#8AF8E7
4#9AF9EA
5#ABFAEE
6#BCFBF1
7#CDFCF5
8#DDFDF8
9#EEFEFC
Tones
Muted variations
1#5FECD7
2#67E5D2
3#6FDDCC
4#77D5C7
5#7ECDC1
6#86C5BC
7#8EBDB6
8#96B5B1
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 #C1FBF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E8 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4DD | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1D3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA890 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D42 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033029 | 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: #C1FBF2;
--sky-blue-300: #91F8E8;
--sky-blue-400: #57F4DD;
--sky-blue-500: #27F1D3;
--sky-blue-600: #0DD3B5;
--sky-blue-700: #0BA890;
--sky-blue-800: #087867;
--sky-blue-900: #054D42;
--sky-blue-950: #033029;
}