Sky Blue
#889DC3
BlueColor Codes
All color formats for development
HEX
#889DC3RGB
rgb(136, 157, 195)HSL
hsl(219, 33%, 65%)OKLCH
oklch(0.693 0.061 262.2)CMYK
cmyk(30%, 19%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#728BB8
2#5C78AD
3#4E699A
4#435A84
5#384B6E
6#2C3C58
7#212D42
8#161E2C
9#0B0F16
Tints
Lighter variations
1#94A7C9
2#A0B1CF
3#ACBAD5
4#B8C4DB
5#C4CEE1
6#D0D8E7
7#DBE2ED
8#E7EBF3
9#F3F5F9
Tones
Muted variations
1#8B9EC0
2#8E9FBD
3#91A0BA
4#94A0B7
5#97A1B4
6#9AA2B2
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 | E7EB #E7EBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3DB #D3DBE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1BF #B1BFD8 | BordersInactive statesPlaceholder text |
| 400 | 889D #889DC3 | Disabled statesSecondary iconsMuted text |
| 500 | 6681 #6681B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B65 #4B6595 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C50 #3C5077 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B39 #2B3955 | 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: #E7EBF3;
--sky-blue-200: #D3DBE9;
--sky-blue-300: #B1BFD8;
--sky-blue-400: #889DC3;
--sky-blue-500: #6681B2;
--sky-blue-600: #4B6595;
--sky-blue-700: #3C5077;
--sky-blue-800: #2B3955;
--sky-blue-900: #1B2536;
--sky-blue-950: #111722;
}