Sky Blue
#9BAAEE
BlueColor Codes
All color formats for development
HEX
#9BAAEERGB
rgb(155, 170, 238)HSL
hsl(229, 71%, 77%)OKLCH
oklch(0.752 0.1 274.2)CMYK
cmyk(35%, 29%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#798EE8
2#5871E3
3#3655DD
4#2241C9
5#1C36A8
6#172B86
7#112065
8#0B1643
9#060B22
Tints
Lighter variations
1#A5B2F0
2#AFBBF1
3#B9C3F3
4#C3CCF5
5#CDD4F6
6#D7DDF8
7#E1E5FA
8#EBEEFC
9#F5F6FD
Tones
Muted variations
1#9FADEA
2#A3AFE6
3#A7B2E1
4#ABB5DD
5#B0B7D9
6#B4BAD5
7#B8BCD1
8#BCBFCD
9#C0C2C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E5 #E0E5FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CF #C6CFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BAA #9BAAEE | BordersInactive statesPlaceholder text |
| 400 | 667E #667EE5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B59 #3B59DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 213E #213EC0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A31 #1A3199 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1223 #12236D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C16 #0C1646 | Primary textHigh emphasis contentDark headings |
| 950 | 070E #070E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F4FD;
--sky-blue-100: #E0E5FA;
--sky-blue-200: #C6CFF5;
--sky-blue-300: #9BAAEE;
--sky-blue-400: #667EE5;
--sky-blue-500: #3B59DE;
--sky-blue-600: #213EC0;
--sky-blue-700: #1A3199;
--sky-blue-800: #12236D;
--sky-blue-900: #0C1646;
--sky-blue-950: #070E2C;
}