Sky Blue
#A5B3E3
BlueColor Codes
All color formats for development
HEX
#A5B3E3RGB
rgb(165, 179, 227)HSL
hsl(226, 53%, 77%)OKLCH
oklch(0.773 0.071 272)CMYK
cmyk(27%, 21%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#879BDA
2#6981D1
3#4B68C8
4#3755B4
5#2E4696
6#253878
7#1C2A5A
8#121C3C
9#090E1E
Tints
Lighter variations
1#AEBBE6
2#B7C3E9
3#C0CAEC
4#C9D2EE
5#D2D9F1
6#DBE1F4
7#E4E8F7
8#EDF0F9
9#F6F7FC
Tones
Muted variations
1#A8B5E0
2#ABB7DD
3#AFB9DA
4#B2BAD7
5#B5BCD4
6#B8BED1
7#BBBFCE
8#BEC1CB
9#C1C3C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E8 #E4E8F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD4 #CCD4EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5B4 #A5B4E3 | BordersInactive statesPlaceholder text |
| 400 | 768D #768DD5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F6C #4F6CC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3550 #3550AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A40 #2A4089 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E2E #1E2E62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 131D #131D3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C12 #0C1227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F5FB;
--sky-blue-100: #E4E8F7;
--sky-blue-200: #CCD4EF;
--sky-blue-300: #A5B4E3;
--sky-blue-400: #768DD5;
--sky-blue-500: #4F6CC9;
--sky-blue-600: #3550AC;
--sky-blue-700: #2A4089;
--sky-blue-800: #1E2E62;
--sky-blue-900: #131D3E;
--sky-blue-950: #0C1227;
}