Sky Blue
#55B3F7
BlueColor Codes
All color formats for development
HEX
#55B3F7RGB
rgb(85, 179, 247)HSL
hsl(205, 91%, 65%)OKLCH
oklch(0.738 0.133 242.9)CMYK
cmyk(66%, 28%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35A5F5
2#1597F4
3#0A86DE
4#0973BE
5#075F9E
6#064C7F
7#04395F
8#03263F
9#011320
Tints
Lighter variations
1#66BBF8
2#77C2F9
3#88CAF9
4#99D2FA
5#AAD9FB
6#BBE1FC
7#CCE8FD
8#DDF0FD
9#EEF7FE
Tones
Muted variations
1#5DB2EF
2#65B1E7
3#6DAFDF
4#75AED6
5#7DADCE
6#85ABC6
7#8DAABE
8#96A8B6
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 | C0E3 #C0E3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FCD #8FCDFA | BordersInactive statesPlaceholder text |
| 400 | 55B3 #55B3F7 | Disabled statesSecondary iconsMuted text |
| 500 | 249E #249EF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A81 #0A81D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0867 #0867AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0649 #06497A | Text on light backgroundsHeadingsStrong borders |
| 900 | 042F #042F4E | Primary textHigh emphasis contentDark headings |
| 950 | 021D #021D31 | 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: #C0E3FC;
--sky-blue-300: #8FCDFA;
--sky-blue-400: #55B3F7;
--sky-blue-500: #249EF5;
--sky-blue-600: #0A81D6;
--sky-blue-700: #0867AA;
--sky-blue-800: #06497A;
--sky-blue-900: #042F4E;
--sky-blue-950: #021D31;
}