Sky Blue
#A6BEE3
BlueColor Codes
All color formats for development
HEX
#A6BEE3RGB
rgb(166, 190, 227)HSL
hsl(216, 52%, 77%)OKLCH
oklch(0.796 0.059 259)CMYK
cmyk(27%, 16%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#88A9D9
2#6A93D0
3#4C7DC7
4#396AB3
5#2F5895
6#264677
7#1C355A
8#13233C
9#09121E
Tints
Lighter variations
1#AFC5E6
2#B8CBE8
3#C1D2EB
4#CAD8EE
5#D2DFF1
6#DBE5F4
7#E4ECF7
8#EDF2F9
9#F6F9FC
Tones
Muted variations
1#A9BFE0
2#ACBFDD
3#AFC0DA
4#B2C1D7
5#B5C1D4
6#B8C2D1
7#BBC3CD
8#BEC3CA
9#C1C4C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EB #E4EBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDA #CDDAEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6BE #A6BEE3 | BordersInactive statesPlaceholder text |
| 400 | 779C #779CD4 | Disabled statesSecondary iconsMuted text |
| 500 | 5180 #5180C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3665 #3665AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B50 #2B5088 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F39 #1F3961 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1425 #14253E | Primary textHigh emphasis contentDark headings |
| 950 | 0C17 #0C1727 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F7FB;
--sky-blue-100: #E4EBF6;
--sky-blue-200: #CDDAEF;
--sky-blue-300: #A6BEE3;
--sky-blue-400: #779CD4;
--sky-blue-500: #5180C8;
--sky-blue-600: #3665AB;
--sky-blue-700: #2B5088;
--sky-blue-800: #1F3961;
--sky-blue-900: #14253E;
--sky-blue-950: #0C1727;
}