Sky Blue
#57F4EA
CyanColor Codes
All color formats for development
HEX
#57F4EARGB
rgb(87, 244, 234)HSL
hsl(176, 88%, 65%)OKLCH
oklch(0.883 0.131 189)CMYK
cmyk(64%, 0%, 4%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38F2E6
2#19F0E2
3#0EDACD
4#0CBBAF
5#0A9C92
6#087D75
7#065D58
8#043E3A
9#021F1D
Tints
Lighter variations
1#68F5EC
2#79F6EE
3#8AF8F0
4#9AF9F2
5#ABFAF4
6#BCFBF7
7#CDFCF9
8#DDFDFB
9#EEFEFD
Tones
Muted variations
1#5FECE3
2#67E5DC
3#6FDDD5
4#77D5CF
5#7ECDC8
6#86C5C1
7#8EBDBA
8#96B5B3
9#9EAEAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8F1 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4EA | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1E4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA89D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D48 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFD;
--sky-blue-100: #DDFDFB;
--sky-blue-200: #C1FBF7;
--sky-blue-300: #91F8F1;
--sky-blue-400: #57F4EA;
--sky-blue-500: #27F1E4;
--sky-blue-600: #0DD3C6;
--sky-blue-700: #0BA89D;
--sky-blue-800: #087870;
--sky-blue-900: #054D48;
--sky-blue-950: #03302D;
}