Sky Blue
#57D5F4
CyanColor Codes
All color formats for development
HEX
#57D5F4RGB
rgb(87, 213, 244)HSL
hsl(192, 88%, 65%)OKLCH
oklch(0.815 0.118 217)CMYK
cmyk(64%, 13%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38CDF2
2#19C5F0
3#0EB1DA
4#0C98BB
5#0A7F9C
6#08657D
7#064C5D
8#04333E
9#02191F
Tints
Lighter variations
1#68D9F5
2#79DDF6
3#8AE2F8
4#9AE6F9
5#ABEAFA
6#BCEEFB
7#CDF2FC
8#DDF7FD
9#EEFBFE
Tones
Muted variations
1#5FD0EC
2#67CBE5
3#6FC7DD
4#77C2D5
5#7EBDCD
6#86B9C5
7#8EB4BD
8#96AFB5
9#9EAAAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF7 #DDF7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1EF #C1EFFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E3 #91E3F8 | BordersInactive statesPlaceholder text |
| 400 | 57D5 #57D5F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27C9 #27C9F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DAB #0DABD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B88 #0B88A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0861 #086178 | Text on light backgroundsHeadingsStrong borders |
| 900 | 053E #053E4D | Primary textHigh emphasis contentDark headings |
| 950 | 0327 #032730 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FBFE;
--sky-blue-100: #DDF7FD;
--sky-blue-200: #C1EFFB;
--sky-blue-300: #91E3F8;
--sky-blue-400: #57D5F4;
--sky-blue-500: #27C9F1;
--sky-blue-600: #0DABD3;
--sky-blue-700: #0B88A8;
--sky-blue-800: #086178;
--sky-blue-900: #053E4D;
--sky-blue-950: #032730;
}