Sky Blue
#A4ACE5
BlueColor Codes
All color formats for development
HEX
#A4ACE5RGB
rgb(164, 172, 229)HSL
hsl(233, 56%, 77%)OKLCH
oklch(0.759 0.082 278)CMYK
cmyk(28%, 25%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#858FDD
2#6673D4
3#4857CB
4#3443B8
5#2B3899
6#232D7B
7#1A225C
8#11163D
9#090B1F
Tints
Lighter variations
1#ADB4E8
2#B6BCEA
3#BFC4ED
4#C8CDF0
5#D1D5F2
6#DADDF5
7#E4E6F7
8#EDEEFA
9#F6F7FC
Tones
Muted variations
1#A7AEE2
2#AAB0DF
3#ADB3DB
4#B1B5D8
5#B4B8D5
6#B7BAD1
7#BABDCE
8#BEBFCB
9#C1C2C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E5 #E3E5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD0 #CBD0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4AB #A4ABE5 | BordersInactive statesPlaceholder text |
| 400 | 747F #747FD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C5B #4C5BCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3140 #3140AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2733 #27338B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C24 #1C2463 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1217 #121740 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0F #0B0F28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F4FC;
--sky-blue-100: #E3E5F7;
--sky-blue-200: #CBD0F0;
--sky-blue-300: #A4ABE5;
--sky-blue-400: #747FD8;
--sky-blue-500: #4C5BCD;
--sky-blue-600: #3140AF;
--sky-blue-700: #27338B;
--sky-blue-800: #1C2463;
--sky-blue-900: #121740;
--sky-blue-950: #0B0F28;
}