Sky Blue
#57F4CD
CyanColor Codes
All color formats for development
HEX
#57F4CDRGB
rgb(87, 244, 205)HSL
hsl(165, 88%, 65%)OKLCH
oklch(0.875 0.143 173.1)CMYK
cmyk(64%, 0%, 16%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38F2C4
2#19F0BA
3#0EDAA7
4#0CBB8F
5#0A9C77
6#087D5F
7#065D48
8#043E30
9#021F18
Tints
Lighter variations
1#68F5D2
2#79F6D7
3#8AF8DC
4#9AF9E1
5#ABFAE6
6#BCFBEB
7#CDFCF0
8#DDFDF5
9#EEFEFA
Tones
Muted variations
1#5FECC9
2#67E5C5
3#6FDDC1
4#77D5BD
5#7ECDB9
6#86C5B5
7#8EBDB2
8#96B5AE
9#9EAEAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8DE | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4CD | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA881 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08785C | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D3B | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFB;
--sky-blue-100: #DDFDF5;
--sky-blue-200: #C1FBEC;
--sky-blue-300: #91F8DE;
--sky-blue-400: #57F4CD;
--sky-blue-500: #27F1BF;
--sky-blue-600: #0DD3A2;
--sky-blue-700: #0BA881;
--sky-blue-800: #08785C;
--sky-blue-900: #054D3B;
--sky-blue-950: #033025;
}