Sky Blue
#55B9F7
BlueColor Codes
All color formats for development
HEX
#55B9F7RGB
rgb(85, 185, 247)HSL
hsl(203, 91%, 65%)OKLCH
oklch(0.752 0.129 239)CMYK
cmyk(66%, 25%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35ACF5
2#159FF4
3#0A8DDE
4#0979BE
5#07649E
6#06507F
7#043C5F
8#03283F
9#011420
Tints
Lighter variations
1#66C0F8
2#77C7F9
3#88CEF9
4#99D5FA
5#AADCFB
6#BBE3FC
7#CCEAFD
8#DDF1FD
9#EEF8FE
Tones
Muted variations
1#5DB7EF
2#65B5E7
3#6DB3DF
4#75B1D6
5#7DAFCE
6#85ADC6
7#8DABBE
8#96AAB6
9#9EA8AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF1 #DDF1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E5 #C0E5FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FD1 #8FD1FA | BordersInactive statesPlaceholder text |
| 400 | 55B9 #55B9F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24A5 #24A5F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A88 #0A88D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 086C #086CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 064D #064D7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0431 #04314E | Primary textHigh emphasis contentDark headings |
| 950 | 021F #021F31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F9FE;
--sky-blue-100: #DDF1FD;
--sky-blue-200: #C0E5FC;
--sky-blue-300: #8FD1FA;
--sky-blue-400: #55B9F7;
--sky-blue-500: #24A5F5;
--sky-blue-600: #0A88D6;
--sky-blue-700: #086CAA;
--sky-blue-800: #064D7A;
--sky-blue-900: #04314E;
--sky-blue-950: #021F31;
}