Sky Blue
#55B3F6
BlueColor Codes
All color formats for development
HEX
#55B3F6RGB
rgb(85, 179, 246)HSL
hsl(205, 90%, 65%)OKLCH
oklch(0.738 0.132 242.5)CMYK
cmyk(65%, 27%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36A5F4
2#1697F3
3#0C85DC
4#0A72BD
5#085F9D
6#074C7E
7#05395E
8#03263F
9#02131F
Tints
Lighter variations
1#66BBF7
2#77C2F8
3#88CAF9
4#99D1FA
5#AAD9FB
6#BBE1FB
7#CCE8FC
8#DDF0FD
9#EEF7FE
Tones
Muted variations
1#5DB2EE
2#65B0E6
3#6EAFDE
4#76AED6
5#7EACCE
6#86ABC6
7#8EAABE
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 | DDF0 #DDF0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E3 #C0E3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90CD #90CDF9 | BordersInactive statesPlaceholder text |
| 400 | 55B3 #55B3F6 | Disabled statesSecondary iconsMuted text |
| 500 | 259D #259DF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B81 #0B81D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0967 #0967AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0649 #064979 | Text on light backgroundsHeadingsStrong borders |
| 900 | 042F #042F4E | 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: #DDF0FD;
--sky-blue-200: #C0E3FC;
--sky-blue-300: #90CDF9;
--sky-blue-400: #55B3F6;
--sky-blue-500: #259DF4;
--sky-blue-600: #0B81D5;
--sky-blue-700: #0967AA;
--sky-blue-800: #064979;
--sky-blue-900: #042F4E;
--sky-blue-950: #031D30;
}