Sky Blue
#55B8F6
BlueColor Codes
All color formats for development
HEX
#55B8F6RGB
rgb(85, 184, 246)HSL
hsl(203, 90%, 65%)OKLCH
oklch(0.749 0.129 239.3)CMYK
cmyk(65%, 25%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36ABF4
2#169EF3
3#0C8CDC
4#0A78BD
5#08649D
6#07507E
7#053C5E
8#03283F
9#02141F
Tints
Lighter variations
1#66C0F7
2#77C7F8
3#88CEF9
4#99D5FA
5#AADCFB
6#BBE3FB
7#CCEAFC
8#DDF1FD
9#EEF8FE
Tones
Muted variations
1#5DB7EE
2#65B5E6
3#6EB3DE
4#76B1D6
5#7EAFCE
6#86ADC6
7#8EABBE
8#96A9B6
9#9EA8AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF1 #DDF1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E5 #C0E5FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90D1 #90D1F9 | BordersInactive statesPlaceholder text |
| 400 | 55B8 #55B8F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25A4 #25A4F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B88 #0B88D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 096C #096CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 064D #064D79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0431 #04314E | Primary textHigh emphasis contentDark headings |
| 950 | 031F #031F30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F9FE;
--sky-blue-100: #DDF1FD;
--sky-blue-200: #C0E5FC;
--sky-blue-300: #90D1F9;
--sky-blue-400: #55B8F6;
--sky-blue-500: #25A4F4;
--sky-blue-600: #0B88D5;
--sky-blue-700: #096CAA;
--sky-blue-800: #064D79;
--sky-blue-900: #04314E;
--sky-blue-950: #031F30;
}