Sky Blue
#57F4D0
CyanColor Codes
All color formats for development
HEX
#57F4D0RGB
rgb(87, 244, 208)HSL
hsl(166, 88%, 65%)OKLCH
oklch(0.876 0.141 174.6)CMYK
cmyk(64%, 0%, 15%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38F2C7
2#19F0BE
3#0EDAAA
4#0CBB92
5#0A9C7A
6#087D61
7#065D49
8#043E31
9#021F18
Tints
Lighter variations
1#68F5D4
2#79F6D9
3#8AF8DE
4#9AF9E3
5#ABFAE7
6#BCFBEC
7#CDFCF1
8#DDFDF6
9#EEFEFA
Tones
Muted variations
1#5FECCB
2#67E5C7
3#6FDDC3
4#77D5BF
5#7ECDBB
6#86C5B7
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 #DDFDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBED | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E0 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4D0 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA883 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08785E | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D3C | 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: #DDFDF6;
--sky-blue-200: #C1FBED;
--sky-blue-300: #91F8E0;
--sky-blue-400: #57F4D0;
--sky-blue-500: #27F1C2;
--sky-blue-600: #0DD3A5;
--sky-blue-700: #0BA883;
--sky-blue-800: #08785E;
--sky-blue-900: #054D3C;
--sky-blue-950: #033025;
}