Sky Blue
#57F4D7
CyanColor Codes
All color formats for development
HEX
#57F4D7RGB
rgb(87, 244, 215)HSL
hsl(169, 88%, 65%)OKLCH
oklch(0.877 0.137 178.2)CMYK
cmyk(64%, 0%, 12%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38F2D0
2#19F0C9
3#0EDAB5
4#0CBB9B
5#0A9C81
6#087D67
7#065D4D
8#043E34
9#021F1A
Tints
Lighter variations
1#68F5DB
2#79F6DF
3#8AF8E3
4#9AF9E7
5#ABFAEB
6#BCFBEF
7#CDFCF3
8#DDFDF7
9#EEFEFB
Tones
Muted variations
1#5FECD3
2#67E5CE
3#6FDDC9
4#77D5C4
5#7ECDBF
6#86C5BA
7#8EBDB5
8#96B5B0
9#9EAEAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E5 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4D7 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1CC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA88B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087863 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFC;
--sky-blue-100: #DDFDF7;
--sky-blue-200: #C1FBF0;
--sky-blue-300: #91F8E5;
--sky-blue-400: #57F4D7;
--sky-blue-500: #27F1CC;
--sky-blue-600: #0DD3AF;
--sky-blue-700: #0BA88B;
--sky-blue-800: #087863;
--sky-blue-900: #054D40;
--sky-blue-950: #033028;
}