Sky Blue
#55EBF6
CyanColor Codes
All color formats for development
HEX
#55EBF6RGB
rgb(85, 235, 246)HSL
hsl(184, 90%, 65%)OKLCH
oklch(0.866 0.125 202.1)CMYK
cmyk(65%, 4%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36E8F4
2#16E4F3
3#0CCFDC
4#0AB1BD
5#08949D
6#07767E
7#05595E
8#033B3F
9#021E1F
Tints
Lighter variations
1#66EDF7
2#77EFF8
3#88F1F9
4#99F3FA
5#AAF5FB
6#BBF7FB
7#CCF9FC
8#DDFBFD
9#EEFDFE
Tones
Muted variations
1#5DE4EE
2#65DDE6
3#6ED6DE
4#76D0D6
5#7EC9CE
6#86C2C6
7#8EBBBE
8#96B4B6
9#9EADAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFB #DDFBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F8 #C0F8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F2 #90F2F9 | BordersInactive statesPlaceholder text |
| 400 | 55EB #55EBF6 | Disabled statesSecondary iconsMuted text |
| 500 | 25E6 #25E6F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BC8 #0BC8D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 099F #099FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0671 #067179 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0449 #04494E | 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: #F0FDFE;
--sky-blue-100: #DDFBFD;
--sky-blue-200: #C0F8FC;
--sky-blue-300: #90F2F9;
--sky-blue-400: #55EBF6;
--sky-blue-500: #25E6F4;
--sky-blue-600: #0BC8D5;
--sky-blue-700: #099FAA;
--sky-blue-800: #067179;
--sky-blue-900: #04494E;
--sky-blue-950: #032D30;
}