Sky Blue
#A1BEE8
BlueColor Codes
All color formats for development
HEX
#A1BEE8RGB
rgb(161, 190, 232)HSL
hsl(215, 61%, 77%)OKLCH
oklch(0.795 0.068 257.6)CMYK
cmyk(31%, 18%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81A9E0
2#6193D9
3#427DD1
4#2E6ABE
5#26589E
6#1F477E
7#17355F
8#0F233F
9#081220
Tints
Lighter variations
1#AAC5EA
2#B3CBED
3#BDD2EF
4#C6D8F1
5#D0DFF4
6#D9E5F6
7#E3ECF8
8#ECF2FA
9#F6F9FD
Tones
Muted variations
1#A4BFE5
2#A8C0E1
3#ABC0DD
4#AFC1DA
5#B2C1D6
6#B6C2D3
7#BAC3CF
8#BDC3CC
9#C1C4C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EB #E2EBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADA #CADAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1BE #A1BEE8 | BordersInactive statesPlaceholder text |
| 400 | 6F9D #6F9DDC | Disabled statesSecondary iconsMuted text |
| 500 | 4681 #4681D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C65 #2C65B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2350 #235090 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1939 #193967 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1025 #102542 | Primary textHigh emphasis contentDark headings |
| 950 | 0A17 #0A1729 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F7FC;
--sky-blue-100: #E2EBF8;
--sky-blue-200: #CADAF2;
--sky-blue-300: #A1BEE8;
--sky-blue-400: #6F9DDC;
--sky-blue-500: #4681D2;
--sky-blue-600: #2C65B5;
--sky-blue-700: #235090;
--sky-blue-800: #193967;
--sky-blue-900: #102542;
--sky-blue-950: #0A1729;
}