Sky Blue
#9EB0EA
BlueColor Codes
All color formats for development
HEX
#9EB0EARGB
rgb(158, 176, 234)HSL
hsl(226, 64%, 77%)OKLCH
oklch(0.765 0.086 270.9)CMYK
cmyk(32%, 25%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F96E3
2#5E7CDC
3#3E61D5
4#2A4EC1
5#2341A1
6#1C3481
7#152761
8#0E1A40
9#070D20
Tints
Lighter variations
1#A8B8EC
2#B2C0EE
3#BCC8F0
4#C5D0F2
5#CFD8F4
6#D9E0F7
7#E2E7F9
8#ECEFFB
9#F5F7FD
Tones
Muted variations
1#A3B2E6
2#A6B4E2
3#AAB6DF
4#AEB8DB
5#B2BAD7
6#B5BCD3
7#B9BED0
8#BDC0CC
9#C1C2C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E7 #E2E7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D3 #C9D3F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FB0 #9FB0EA | BordersInactive statesPlaceholder text |
| 400 | 6D87 #6D87DF | Disabled statesSecondary iconsMuted text |
| 500 | 4365 #4365D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 284A #284AB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 203B #203B92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 172A #172A69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F1B #0F1B43 | Primary textHigh emphasis contentDark headings |
| 950 | 0911 #09112A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F5FC;
--sky-blue-100: #E2E7F9;
--sky-blue-200: #C9D3F3;
--sky-blue-300: #9FB0EA;
--sky-blue-400: #6D87DF;
--sky-blue-500: #4365D6;
--sky-blue-600: #284AB8;
--sky-blue-700: #203B92;
--sky-blue-800: #172A69;
--sky-blue-900: #0F1B43;
--sky-blue-950: #09112A;
}