Sky Blue
#57E7F4
CyanColor Codes
All color formats for development
HEX
#57E7F4RGB
rgb(87, 231, 244)HSL
hsl(185, 88%, 65%)OKLCH
oklch(0.856 0.122 203.6)CMYK
cmyk(64%, 5%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38E3F2
2#19DEF0
3#0EC9DA
4#0CACBB
5#0A909C
6#08737D
7#06565D
8#04393E
9#021D1F
Tints
Lighter variations
1#68EAF5
2#79ECF6
3#8AEEF8
4#9AF1F9
5#ABF3FA
6#BCF5FB
7#CDF8FC
8#DDFAFD
9#EEFDFE
Tones
Muted variations
1#5FE1EC
2#67DAE5
3#6FD4DD
4#77CDD5
5#7EC6CD
6#86C0C5
7#8EB9BD
8#96B3B5
9#9EACAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFA #DDFAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F6 #C1F6FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91EF #91EFF8 | BordersInactive statesPlaceholder text |
| 400 | 57E7 #57E7F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27E0 #27E0F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DC2 #0DC2D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B9B #0B9BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 086E #086E78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0547 #05474D | Primary textHigh emphasis contentDark headings |
| 950 | 032C #032C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFE;
--sky-blue-100: #DDFAFD;
--sky-blue-200: #C1F6FB;
--sky-blue-300: #91EFF8;
--sky-blue-400: #57E7F4;
--sky-blue-500: #27E0F1;
--sky-blue-600: #0DC2D3;
--sky-blue-700: #0B9BA8;
--sky-blue-800: #086E78;
--sky-blue-900: #05474D;
--sky-blue-950: #032C30;
}