Sky Blue
#55DCF7
CyanColor Codes
All color formats for development
HEX
#55DCF7RGB
rgb(85, 220, 247)HSL
hsl(190, 91%, 65%)OKLCH
oklch(0.831 0.121 213.4)CMYK
cmyk(66%, 11%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35D5F5
2#15CFF4
3#0ABADE
4#09A0BE
5#07859E
6#066B7F
7#04505F
8#03353F
9#011B20
Tints
Lighter variations
1#66DFF8
2#77E3F9
3#88E6F9
4#99EAFA
5#AAEDFB
6#BBF1FC
7#CCF4FD
8#DDF8FD
9#EEFBFE
Tones
Muted variations
1#5DD6EF
2#65D1E7
3#6DCCDF
4#75C6D6
5#7DC1CE
6#85BBC6
7#8DB6BE
8#96B1B6
9#9EABAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF8 #DDF8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F2 #C0F2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FE8 #8FE8FA | BordersInactive statesPlaceholder text |
| 400 | 55DC #55DCF7 | Disabled statesSecondary iconsMuted text |
| 500 | 24D2 #24D2F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AB4 #0AB4D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 088F #088FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0666 #06667A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0442 #04424E | Primary textHigh emphasis contentDark headings |
| 950 | 0229 #022931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FCFE;
--sky-blue-100: #DDF8FD;
--sky-blue-200: #C0F2FC;
--sky-blue-300: #8FE8FA;
--sky-blue-400: #55DCF7;
--sky-blue-500: #24D2F5;
--sky-blue-600: #0AB4D6;
--sky-blue-700: #088FAA;
--sky-blue-800: #06667A;
--sky-blue-900: #04424E;
--sky-blue-950: #022931;
}