Sky Blue
#55C3F6
BlueColor Codes
All color formats for development
HEX
#55C3F6RGB
rgb(85, 195, 246)HSL
hsl(199, 90%, 65%)OKLCH
oklch(0.774 0.123 231.5)CMYK
cmyk(65%, 21%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36B8F4
2#16ADF3
3#0C9ADC
4#0A84BD
5#086E9D
6#07587E
7#05425E
8#032C3F
9#02161F
Tints
Lighter variations
1#66C9F7
2#77CFF8
3#88D5F9
4#99DBFA
5#AAE1FB
6#BBE7FB
7#CCEDFC
8#DDF3FD
9#EEF9FE
Tones
Muted variations
1#5DC0EE
2#65BDE6
3#6EBADE
4#76B7D6
5#7EB4CE
6#86B2C6
7#8EAFBE
8#96ACB6
9#9EA9AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF3 #DDF3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E9 #C0E9FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90D8 #90D8F9 | BordersInactive statesPlaceholder text |
| 400 | 55C3 #55C3F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25B2 #25B2F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B95 #0B95D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0977 #0977AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0655 #065579 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0436 #04364E | Primary textHigh emphasis contentDark headings |
| 950 | 0322 #032230 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FAFE;
--sky-blue-100: #DDF3FD;
--sky-blue-200: #C0E9FC;
--sky-blue-300: #90D8F9;
--sky-blue-400: #55C3F6;
--sky-blue-500: #25B2F4;
--sky-blue-600: #0B95D5;
--sky-blue-700: #0977AA;
--sky-blue-800: #065579;
--sky-blue-900: #04364E;
--sky-blue-950: #032230;
}