Sky Blue
#57DDF4
CyanColor Codes
All color formats for development
HEX
#57DDF4RGB
rgb(87, 221, 244)HSL
hsl(189, 88%, 65%)OKLCH
oklch(0.833 0.119 210.9)CMYK
cmyk(64%, 9%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38D6F2
2#19D0F0
3#0EBBDA
4#0CA1BB
5#0A869C
6#086B7D
7#06505D
8#04363E
9#021B1F
Tints
Lighter variations
1#68E0F5
2#79E4F6
3#8AE7F8
4#9AEAF9
5#ABEEFA
6#BCF1FB
7#CDF5FC
8#DDF8FD
9#EEFCFE
Tones
Muted variations
1#5FD7EC
2#67D2E5
3#6FCCDD
4#77C7D5
5#7EC1CD
6#86BCC5
7#8EB6BD
8#96B1B5
9#9EABAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF8 #DDF8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F2 #C1F2FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E8 #91E8F8 | BordersInactive statesPlaceholder text |
| 400 | 57DD #57DDF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27D3 #27D3F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DB5 #0DB5D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B90 #0B90A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0867 #086778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0542 #05424D | Primary textHigh emphasis contentDark headings |
| 950 | 0329 #032930 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FCFE;
--sky-blue-100: #DDF8FD;
--sky-blue-200: #C1F2FB;
--sky-blue-300: #91E8F8;
--sky-blue-400: #57DDF4;
--sky-blue-500: #27D3F1;
--sky-blue-600: #0DB5D3;
--sky-blue-700: #0B90A8;
--sky-blue-800: #086778;
--sky-blue-900: #05424D;
--sky-blue-950: #032930;
}