Sky Blue
#A1B4E8
BlueColor Codes
All color formats for development
HEX
#A1B4E8RGB
rgb(161, 180, 232)HSL
hsl(224, 61%, 77%)OKLCH
oklch(0.774 0.078 269)CMYK
cmyk(31%, 22%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#819AE0
2#6181D9
3#4268D1
4#2E54BE
5#26469E
6#1F387E
7#172A5F
8#0F1C3F
9#080E20
Tints
Lighter variations
1#AABBEA
2#B3C3ED
3#BDCAEF
4#C6D2F1
5#D0D9F4
6#D9E1F6
7#E3E8F8
8#ECF0FA
9#F6F7FD
Tones
Muted variations
1#A4B5E5
2#A8B7E1
3#ABB9DD
4#AFBADA
5#B2BCD6
6#B6BED3
7#BABFCF
8#BDC1CC
9#C1C3C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E8 #E2E8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD4 #CAD4F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1B4 #A1B4E8 | BordersInactive statesPlaceholder text |
| 400 | 6F8C #6F8CDC | Disabled statesSecondary iconsMuted text |
| 500 | 466C #466CD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C50 #2C50B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2340 #234090 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 192E #192E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 101D #101D42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A12 #0A1229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F5FC;
--sky-blue-100: #E2E8F8;
--sky-blue-200: #CAD4F2;
--sky-blue-300: #A1B4E8;
--sky-blue-400: #6F8CDC;
--sky-blue-500: #466CD2;
--sky-blue-600: #2C50B5;
--sky-blue-700: #234090;
--sky-blue-800: #192E67;
--sky-blue-900: #101D42;
--sky-blue-950: #0A1229;
}