Sky Blue
#A1B6E8
BlueColor Codes
All color formats for development
HEX
#A1B6E8RGB
rgb(161, 182, 232)HSL
hsl(222, 61%, 77%)OKLCH
oklch(0.778 0.075 266.9)CMYK
cmyk(31%, 22%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#819EE0
2#6185D9
3#426DD1
4#2E59BE
5#264A9E
6#1F3B7E
7#172D5F
8#0F1E3F
9#080F20
Tints
Lighter variations
1#AABDEA
2#B3C5ED
3#BDCCEF
4#C6D3F1
5#D0DBF4
6#D9E2F6
7#E3E9F8
8#ECF0FA
9#F6F8FD
Tones
Muted variations
1#A4B7E5
2#A8B9E1
3#ABBADD
4#AFBCDA
5#B2BDD6
6#B6BFD3
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 | E2E9 #E2E9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD6 #CAD6F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1B6 #A1B6E8 | BordersInactive statesPlaceholder text |
| 400 | 6F90 #6F90DC | Disabled statesSecondary iconsMuted text |
| 500 | 4670 #4670D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C55 #2C55B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2343 #234390 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1930 #193067 | Text on light backgroundsHeadingsStrong borders |
| 900 | 101F #101F42 | 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: #E2E9F8;
--sky-blue-200: #CAD6F2;
--sky-blue-300: #A1B6E8;
--sky-blue-400: #6F90DC;
--sky-blue-500: #4670D2;
--sky-blue-600: #2C55B5;
--sky-blue-700: #234390;
--sky-blue-800: #193067;
--sky-blue-900: #101F42;
--sky-blue-950: #0A1329;
}