Sky Blue
#A1B3E8
BlueColor Codes
All color formats for development
HEX
#A1B3E8RGB
rgb(161, 179, 232)HSL
hsl(225, 61%, 77%)OKLCH
oklch(0.772 0.079 269.9)CMYK
cmyk(31%, 23%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8199E0
2#617FD9
3#4266D1
4#2E52BE
5#26449E
6#1F377E
7#17295F
8#0F1B3F
9#080E20
Tints
Lighter variations
1#AABAEA
2#B3C2ED
3#BDC9EF
4#C6D1F1
5#D0D9F4
6#D9E0F6
7#E3E8F8
8#ECF0FA
9#F6F7FD
Tones
Muted variations
1#A4B4E5
2#A8B6E1
3#ABB8DD
4#AFBADA
5#B2BBD6
6#B6BDD3
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 | A1B2 #A1B2E8 | BordersInactive statesPlaceholder text |
| 400 | 6F8B #6F8BDC | Disabled statesSecondary iconsMuted text |
| 500 | 4669 #4669D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C4E #2C4EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 233E #233E90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 192C #192C67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 101C #101C42 | 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: #A1B2E8;
--sky-blue-400: #6F8BDC;
--sky-blue-500: #4669D2;
--sky-blue-600: #2C4EB5;
--sky-blue-700: #233E90;
--sky-blue-800: #192C67;
--sky-blue-900: #101C42;
--sky-blue-950: #0A1229;
}