Sky Blue
#9EB1EA
BlueColor Codes
All color formats for development
HEX
#9EB1EARGB
rgb(158, 177, 234)HSL
hsl(225, 64%, 77%)OKLCH
oklch(0.767 0.085 270.1)CMYK
cmyk(32%, 24%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F98E3
2#5E7EDC
3#3E64D5
4#2A50C1
5#2343A1
6#1C3581
7#152861
8#0E1B40
9#070D20
Tints
Lighter variations
1#A8B9EC
2#B2C1EE
3#BCC9F0
4#C5D1F2
5#CFD8F4
6#D9E0F7
7#E2E8F9
8#ECF0FB
9#F5F7FD
Tones
Muted variations
1#A3B3E6
2#A6B5E2
3#AAB7DF
4#AEB9DB
5#B2BBD7
6#B5BDD3
7#B9BFD0
8#BDC1CC
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 | 9FB2 #9FB2EA | BordersInactive statesPlaceholder text |
| 400 | 6D89 #6D89DF | Disabled statesSecondary iconsMuted text |
| 500 | 4368 #4368D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 284C #284CB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 203D #203D92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 172B #172B69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F1C #0F1C43 | 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: #9FB2EA;
--sky-blue-400: #6D89DF;
--sky-blue-500: #4368D6;
--sky-blue-600: #284CB8;
--sky-blue-700: #203D92;
--sky-blue-800: #172B69;
--sky-blue-900: #0F1C43;
--sky-blue-950: #09112A;
}