Sky Blue
#56EBF5
CyanColor Codes
All color formats for development
HEX
#56EBF5RGB
rgb(86, 235, 245)HSL
hsl(184, 89%, 65%)OKLCH
oklch(0.866 0.125 201.5)CMYK
cmyk(65%, 4%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#37E7F3
2#18E3F2
3#0DCEDB
4#0BB0BC
5#09939D
6#07757D
7#05585E
8#043B3F
9#021D1F
Tints
Lighter variations
1#67EDF6
2#78EFF7
3#89F1F8
4#9AF3F9
5#ABF5FA
6#BCF7FB
7#CCF9FC
8#DDFBFD
9#EEFDFE
Tones
Muted variations
1#5EE4ED
2#66DDE5
3#6ED6DD
4#76CFD5
5#7EC8CD
6#86C1C6
7#8EBABE
8#96B4B6
9#9EADAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFB #DDFBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F7 #C0F7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F2 #90F2F9 | BordersInactive statesPlaceholder text |
| 400 | 56EB #56EBF5 | Disabled statesSecondary iconsMuted text |
| 500 | 26E5 #26E5F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CC7 #0CC7D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A9E #0A9EA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0771 #077178 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0448 #04484D | Primary textHigh emphasis contentDark headings |
| 950 | 032D #032D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFE;
--sky-blue-100: #DDFBFD;
--sky-blue-200: #C0F7FB;
--sky-blue-300: #90F2F9;
--sky-blue-400: #56EBF5;
--sky-blue-500: #26E5F2;
--sky-blue-600: #0CC7D4;
--sky-blue-700: #0A9EA9;
--sky-blue-800: #077178;
--sky-blue-900: #04484D;
--sky-blue-950: #032D30;
}