Sky Blue
#A1AFE8
BlueColor Codes
All color formats for development
HEX
#A1AFE8RGB
rgb(161, 175, 232)HSL
hsl(228, 61%, 77%)OKLCH
oklch(0.764 0.083 273.6)CMYK
cmyk(31%, 25%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8194E0
2#6179D9
3#425ED1
4#2E4BBE
5#263E9E
6#1F327E
7#17255F
8#0F193F
9#080C20
Tints
Lighter variations
1#AAB7EA
2#B3BFED
3#BDC7EF
4#C6CFF1
5#D0D7F4
6#D9DFF6
7#E3E7F8
8#ECEFFA
9#F6F7FD
Tones
Muted variations
1#A4B1E5
2#A8B3E1
3#ABB5DD
4#AFB7DA
5#B2BAD6
6#B6BCD3
7#BABECF
8#BDC0CC
9#C1C2C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E7 #E2E7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD2 #CAD2F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1AF #A1AFE8 | BordersInactive statesPlaceholder text |
| 400 | 6F85 #6F85DC | Disabled statesSecondary iconsMuted text |
| 500 | 4662 #4662D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C47 #2C47B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2339 #233990 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1928 #192867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 101A #101A42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A10 #0A1029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F5FC;
--sky-blue-100: #E2E7F8;
--sky-blue-200: #CAD2F2;
--sky-blue-300: #A1AFE8;
--sky-blue-400: #6F85DC;
--sky-blue-500: #4662D2;
--sky-blue-600: #2C47B5;
--sky-blue-700: #233990;
--sky-blue-800: #192867;
--sky-blue-900: #101A42;
--sky-blue-950: #0A1029;
}