Sky Blue
#55CEF6
BlueColor Codes
All color formats for development
HEX
#55CEF6RGB
rgb(85, 206, 246)HSL
hsl(195, 90%, 65%)OKLCH
oklch(0.799 0.12 223.4)CMYK
cmyk(65%, 16%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36C5F4
2#16BCF3
3#0CA8DC
4#0A90BD
5#08789D
6#07607E
7#05485E
8#03303F
9#02181F
Tints
Lighter variations
1#66D3F7
2#77D8F8
3#88DDF9
4#99E2FA
5#AAE6FB
6#BBEBFB
7#CCF0FC
8#DDF5FD
9#EEFAFE
Tones
Muted variations
1#5DCAEE
2#65C6E6
3#6EC2DE
4#76BED6
5#7EBACE
6#86B6C6
7#8EB2BE
8#96AEB6
9#9EAAAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF5 #DDF5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0ED #C0EDFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90DF #90DFF9 | BordersInactive statesPlaceholder text |
| 400 | 55CE #55CEF6 | Disabled statesSecondary iconsMuted text |
| 500 | 25C0 #25C0F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BA3 #0BA3D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0981 #0981AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 065C #065C79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 043B #043B4E | Primary textHigh emphasis contentDark headings |
| 950 | 0325 #032530 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FBFE;
--sky-blue-100: #DDF5FD;
--sky-blue-200: #C0EDFC;
--sky-blue-300: #90DFF9;
--sky-blue-400: #55CEF6;
--sky-blue-500: #25C0F4;
--sky-blue-600: #0BA3D5;
--sky-blue-700: #0981AA;
--sky-blue-800: #065C79;
--sky-blue-900: #043B4E;
--sky-blue-950: #032530;
}