Sky Blue
#57F4F4
CyanColor Codes
All color formats for development
HEX
#57F4F4RGB
rgb(87, 244, 244)HSL
hsl(180, 88%, 65%)OKLCH
oklch(0.886 0.129 195.1)CMYK
cmyk(64%, 0%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38F2F2
2#19F0F0
3#0EDADA
4#0CBBBB
5#0A9C9C
6#087D7D
7#065D5D
8#043E3E
9#021F1F
Tints
Lighter variations
1#68F5F5
2#79F6F6
3#8AF8F8
4#9AF9F9
5#ABFAFA
6#BCFBFB
7#CDFCFC
8#DDFDFD
9#EEFEFE
Tones
Muted variations
1#5FECEC
2#67E5E5
3#6FDDDD
4#77D5D5
5#7ECDCD
6#86C5C5
7#8EBDBD
8#96B5B5
9#9EAEAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8F8 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA8A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D4D | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFE;
--sky-blue-100: #DDFDFD;
--sky-blue-200: #C1FBFB;
--sky-blue-300: #91F8F8;
--sky-blue-400: #57F4F4;
--sky-blue-500: #27F1F1;
--sky-blue-600: #0DD3D3;
--sky-blue-700: #0BA8A8;
--sky-blue-800: #087878;
--sky-blue-900: #054D4D;
--sky-blue-950: #033030;
}