Sky Blue
#889EC3
BlueColor Codes
All color formats for development
HEX
#889EC3RGB
rgb(136, 158, 195)HSL
hsl(218, 33%, 65%)OKLCH
oklch(0.696 0.06 260.7)CMYK
cmyk(30%, 19%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#728CB8
2#5C7AAD
3#4E6A9A
4#435B84
5#384C6E
6#2C3C58
7#212D42
8#161E2C
9#0B0F16
Tints
Lighter variations
1#94A8C9
2#A0B1CF
3#ACBBD5
4#B8C5DB
5#C4CEE1
6#D0D8E7
7#DBE2ED
8#E7ECF3
9#F3F5F9
Tones
Muted variations
1#8B9FC0
2#8E9FBD
3#91A0BA
4#94A1B7
5#97A2B4
6#9AA3B2
7#9DA3AF
8#A0A4AC
9#A3A5A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EC #E7ECF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3DB #D3DBE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1BF #B1BFD8 | BordersInactive statesPlaceholder text |
| 400 | 889E #889EC3 | Disabled statesSecondary iconsMuted text |
| 500 | 6682 #6682B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B66 #4B6695 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C51 #3C5177 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B3A #2B3A55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B25 #1B2536 | Primary textHigh emphasis contentDark headings |
| 950 | 1117 #111722 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F5F7FA;
--sky-blue-100: #E7ECF3;
--sky-blue-200: #D3DBE9;
--sky-blue-300: #B1BFD8;
--sky-blue-400: #889EC3;
--sky-blue-500: #6682B2;
--sky-blue-600: #4B6695;
--sky-blue-700: #3C5177;
--sky-blue-800: #2B3A55;
--sky-blue-900: #1B2536;
--sky-blue-950: #111722;
}