Sky Blue
#55B6F6
BlueColor Codes
All color formats for development
HEX
#55B6F6RGB
rgb(85, 182, 246)HSL
hsl(204, 90%, 65%)OKLCH
oklch(0.745 0.13 240.6)CMYK
cmyk(65%, 26%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36A8F4
2#169BF3
3#0C89DC
4#0A75BD
5#08629D
6#074E7E
7#053B5E
8#03273F
9#02141F
Tints
Lighter variations
1#66BDF7
2#77C4F8
3#88CCF9
4#99D3FA
5#AADAFB
6#BBE2FB
7#CCE9FC
8#DDF0FD
9#EEF8FE
Tones
Muted variations
1#5DB4EE
2#65B3E6
3#6EB1DE
4#76AFD6
5#7EAECE
6#86ACC6
7#8EABBE
8#96A9B6
9#9EA7AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF0 #DDF0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E4 #C0E4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90CF #90CFF9 | BordersInactive statesPlaceholder text |
| 400 | 55B6 #55B6F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25A1 #25A1F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B84 #0B84D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0969 #0969AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 064B #064B79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0430 #04304E | Primary textHigh emphasis contentDark headings |
| 950 | 031E #031E30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F9FE;
--sky-blue-100: #DDF0FD;
--sky-blue-200: #C0E4FC;
--sky-blue-300: #90CFF9;
--sky-blue-400: #55B6F6;
--sky-blue-500: #25A1F4;
--sky-blue-600: #0B84D5;
--sky-blue-700: #0969AA;
--sky-blue-800: #064B79;
--sky-blue-900: #04304E;
--sky-blue-950: #031E30;
}