Sky Blue
#A1B5E8
BlueColor Codes
All color formats for development
HEX
#A1B5E8RGB
rgb(161, 181, 232)HSL
hsl(223, 61%, 77%)OKLCH
oklch(0.776 0.077 268)CMYK
cmyk(31%, 22%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#819CE0
2#6183D9
3#426AD1
4#2E57BE
5#26489E
6#1F3A7E
7#172B5F
8#0F1D3F
9#080E20
Tints
Lighter variations
1#AABCEA
2#B3C4ED
3#BDCBEF
4#C6D3F1
5#D0DAF4
6#D9E1F6
7#E3E9F8
8#ECF0FA
9#F6F8FD
Tones
Muted variations
1#A4B6E5
2#A8B8E1
3#ABB9DD
4#AFBBDA
5#B2BDD6
6#B6BED3
7#BAC0CF
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 | CAD5 #CAD5F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1B5 #A1B5E8 | BordersInactive statesPlaceholder text |
| 400 | 6F8E #6F8EDC | Disabled statesSecondary iconsMuted text |
| 500 | 466E #466ED2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C53 #2C53B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2342 #234290 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 192F #192F67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 101E #101E42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A13 #0A1329 | 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: #CAD5F2;
--sky-blue-300: #A1B5E8;
--sky-blue-400: #6F8EDC;
--sky-blue-500: #466ED2;
--sky-blue-600: #2C53B5;
--sky-blue-700: #234290;
--sky-blue-800: #192F67;
--sky-blue-900: #101E42;
--sky-blue-950: #0A1329;
}