Sky Blue
#55B6F7
BlueColor Codes
All color formats for development
HEX
#55B6F7RGB
rgb(85, 182, 247)HSL
hsl(204, 91%, 65%)OKLCH
oklch(0.745 0.131 241)CMYK
cmyk(66%, 26%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35A8F5
2#159BF4
3#0A89DE
4#0976BE
5#07629E
6#064E7F
7#043B5F
8#03273F
9#011420
Tints
Lighter variations
1#66BDF8
2#77C5F9
3#88CCF9
4#99D3FA
5#AADAFB
6#BBE2FC
7#CCE9FD
8#DDF0FD
9#EEF8FE
Tones
Muted variations
1#5DB4EF
2#65B3E7
3#6DB1DF
4#75AFD6
5#7DAECE
6#85ACC6
7#8DABBE
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 | 8FCF #8FCFFA | BordersInactive statesPlaceholder text |
| 400 | 55B6 #55B6F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24A1 #24A1F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A85 #0A85D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0869 #0869AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 064B #064B7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0430 #04304E | Primary textHigh emphasis contentDark headings |
| 950 | 021E #021E31 | 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: #8FCFFA;
--sky-blue-400: #55B6F7;
--sky-blue-500: #24A1F5;
--sky-blue-600: #0A85D6;
--sky-blue-700: #0869AA;
--sky-blue-800: #064B7A;
--sky-blue-900: #04304E;
--sky-blue-950: #021E31;
}