Sky Blue
#57F4E2
CyanColor Codes
All color formats for development
HEX
#57F4E2RGB
rgb(87, 244, 226)HSL
hsl(173, 88%, 65%)OKLCH
oklch(0.881 0.133 184.3)CMYK
cmyk(64%, 0%, 7%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38F2DD
2#19F0D7
3#0EDAC2
4#0CBBA7
5#0A9C8B
6#087D6F
7#065D53
8#043E38
9#021F1C
Tints
Lighter variations
1#68F5E5
2#79F6E8
3#8AF8EB
4#9AF9EE
5#ABFAF0
6#BCFBF3
7#CDFCF6
8#DDFDF9
9#EEFEFC
Tones
Muted variations
1#5FECDC
2#67E5D6
3#6FDDD0
4#77D5CA
5#7ECDC4
6#86C5BE
7#8EBDB8
8#96B5B2
9#9EAEAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8EC | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4E2 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA895 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #08786B | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D44 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFD;
--sky-blue-100: #DDFDF9;
--sky-blue-200: #C1FBF4;
--sky-blue-300: #91F8EC;
--sky-blue-400: #57F4E2;
--sky-blue-500: #27F1DA;
--sky-blue-600: #0DD3BC;
--sky-blue-700: #0BA895;
--sky-blue-800: #08786B;
--sky-blue-900: #054D44;
--sky-blue-950: #03302B;
}