Sky Blue
#56DDF5
CyanColor Codes
All color formats for development
HEX
#56DDF5RGB
rgb(86, 221, 245)HSL
hsl(189, 89%, 65%)OKLCH
oklch(0.833 0.12 211.5)CMYK
cmyk(65%, 10%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#37D7F3
2#18D1F2
3#0DBCDB
4#0BA1BC
5#09879D
6#076C7D
7#05515E
8#04363F
9#021B1F
Tints
Lighter variations
1#67E1F6
2#78E4F7
3#89E7F8
4#9AEBF9
5#ABEEFA
6#BCF2FB
7#CCF5FC
8#DDF8FD
9#EEFCFE
Tones
Muted variations
1#5ED8ED
2#66D2E5
3#6ECDDD
4#76C7D5
5#7EC2CD
6#86BCC6
7#8EB6BE
8#96B1B6
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 | C0F3 #C0F3FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E9 #90E9F9 | BordersInactive statesPlaceholder text |
| 400 | 56DD #56DDF5 | Disabled statesSecondary iconsMuted text |
| 500 | 26D4 #26D4F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CB6 #0CB6D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A91 #0A91A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0767 #076778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0442 #04424D | 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: #C0F3FB;
--sky-blue-300: #90E9F9;
--sky-blue-400: #56DDF5;
--sky-blue-500: #26D4F2;
--sky-blue-600: #0CB6D4;
--sky-blue-700: #0A91A9;
--sky-blue-800: #076778;
--sky-blue-900: #04424D;
--sky-blue-950: #032930;
}