Sky Blue
#A5B2E4
BlueColor Codes
All color formats for development
HEX
#A5B2E4RGB
rgb(165, 178, 228)HSL
hsl(228, 54%, 77%)OKLCH
oklch(0.771 0.073 273.3)CMYK
cmyk(28%, 22%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8697DB
2#687DD2
3#4A63C9
4#3650B5
5#2D4297
6#243579
7#1B285B
8#121B3C
9#090D1E
Tints
Lighter variations
1#AEB9E7
2#B7C1E9
3#C0C9EC
4#C9D0EF
5#D2D8F2
6#DBE0F4
7#E4E8F7
8#EDEFFA
9#F6F7FC
Tones
Muted variations
1#A8B3E1
2#ABB5DE
3#AEB7DB
4#B1B9D7
5#B5BBD4
6#B8BDD1
7#BBBFCE
8#BEC1CB
9#C1C2C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E7 #E4E7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD3 #CCD3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5B1 #A5B1E4 | BordersInactive statesPlaceholder text |
| 400 | 7689 #7689D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E67 #4E67CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 344C #344CAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 293C #293C89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D2B #1D2B62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 131C #131C3F | Primary textHigh emphasis contentDark headings |
| 950 | 0C11 #0C1127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F5FB;
--sky-blue-100: #E4E7F7;
--sky-blue-200: #CCD3F0;
--sky-blue-300: #A5B1E4;
--sky-blue-400: #7689D6;
--sky-blue-500: #4E67CA;
--sky-blue-600: #344CAD;
--sky-blue-700: #293C89;
--sky-blue-800: #1D2B62;
--sky-blue-900: #131C3F;
--sky-blue-950: #0C1127;
}