Sky Blue
#57D7F4
CyanColor Codes
All color formats for development
HEX
#57D7F4RGB
rgb(87, 215, 244)HSL
hsl(191, 88%, 65%)OKLCH
oklch(0.819 0.118 215.5)CMYK
cmyk(64%, 12%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38D0F2
2#19C9F0
3#0EB5DA
4#0C9BBB
5#0A819C
6#08677D
7#064D5D
8#04343E
9#021A1F
Tints
Lighter variations
1#68DBF5
2#79DFF6
3#8AE3F8
4#9AE7F9
5#ABEBFA
6#BCEFFB
7#CDF3FC
8#DDF7FD
9#EEFBFE
Tones
Muted variations
1#5FD3EC
2#67CEE5
3#6FC9DD
4#77C4D5
5#7EBFCD
6#86BAC5
7#8EB5BD
8#96B0B5
9#9EABAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF7 #DDF7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F0 #C1F0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E5 #91E5F8 | BordersInactive statesPlaceholder text |
| 400 | 57D7 #57D7F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27CC #27CCF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DAF #0DAFD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B8B #0B8BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0863 #086378 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0540 #05404D | Primary textHigh emphasis contentDark headings |
| 950 | 0328 #032830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FCFE;
--sky-blue-100: #DDF7FD;
--sky-blue-200: #C1F0FB;
--sky-blue-300: #91E5F8;
--sky-blue-400: #57D7F4;
--sky-blue-500: #27CCF1;
--sky-blue-600: #0DAFD3;
--sky-blue-700: #0B8BA8;
--sky-blue-800: #086378;
--sky-blue-900: #05404D;
--sky-blue-950: #032830;
}