Sky Blue
#55B0F6
BlueColor Codes
All color formats for development
HEX
#55B0F6RGB
rgb(85, 176, 246)HSL
hsl(206, 90%, 65%)OKLCH
oklch(0.731 0.134 244.4)CMYK
cmyk(65%, 28%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36A2F4
2#1693F3
3#0C82DC
4#0A6FBD
5#085D9D
6#074A7E
7#05385E
8#03253F
9#02131F
Tints
Lighter variations
1#66B8F7
2#77C0F8
3#88C8F9
4#99D0FA
5#AAD8FB
6#BBE0FB
7#CCE7FC
8#DDEFFD
9#EEF7FE
Tones
Muted variations
1#5DAFEE
2#65AEE6
3#6EADDE
4#76ACD6
5#7EABCE
6#86AAC6
7#8EA9BE
8#96A8B6
9#9EA7AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEF #DDEFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E2 #C0E2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90CB #90CBF9 | BordersInactive statesPlaceholder text |
| 400 | 55B0 #55B0F6 | Disabled statesSecondary iconsMuted text |
| 500 | 259A #259AF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B7E #0B7ED5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0964 #0964AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0647 #064779 | Text on light backgroundsHeadingsStrong borders |
| 900 | 042E #042E4E | Primary textHigh emphasis contentDark headings |
| 950 | 031D #031D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F8FE;
--sky-blue-100: #DDEFFD;
--sky-blue-200: #C0E2FC;
--sky-blue-300: #90CBF9;
--sky-blue-400: #55B0F6;
--sky-blue-500: #259AF4;
--sky-blue-600: #0B7ED5;
--sky-blue-700: #0964AA;
--sky-blue-800: #064779;
--sky-blue-900: #042E4E;
--sky-blue-950: #031D30;
}