Sky Blue
#57F4D2
CyanColor Codes
All color formats for development
HEX
#57F4D2RGB
rgb(87, 244, 210)HSL
hsl(167, 88%, 65%)OKLCH
oklch(0.876 0.14 175.6)CMYK
cmyk(64%, 0%, 14%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38F2CA
2#19F0C2
3#0EDAAE
4#0CBB95
5#0A9C7C
6#087D63
7#065D4B
8#043E32
9#021F19
Tints
Lighter variations
1#68F5D7
2#79F6DB
3#8AF8E0
4#9AF9E4
5#ABFAE9
6#BCFBED
7#CDFCF2
8#DDFDF6
9#EEFEFB
Tones
Muted variations
1#5FECCE
2#67E5C9
3#6FDDC5
4#77D5C0
5#7ECDBC
6#86C5B8
7#8EBDB3
8#96B5AF
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 #C1FBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E2 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4D2 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA886 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D3D | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033026 | 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: #C1FBEE;
--sky-blue-300: #91F8E2;
--sky-blue-400: #57F4D2;
--sky-blue-500: #27F1C5;
--sky-blue-600: #0DD3A8;
--sky-blue-700: #0BA886;
--sky-blue-800: #087860;
--sky-blue-900: #054D3D;
--sky-blue-950: #033026;
}