Sky Blue
#A6BEE2
BlueColor Codes
All color formats for development
HEX
#A6BEE2RGB
rgb(166, 190, 226)HSL
hsl(216, 51%, 77%)OKLCH
oklch(0.796 0.058 258.4)CMYK
cmyk(27%, 16%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#89A9D9
2#6B93CF
3#4D7DC5
4#3A6AB2
5#305894
6#264777
7#1D3559
8#13233B
9#0A121E
Tints
Lighter variations
1#AFC5E5
2#B8CBE8
3#C1D2EB
4#CAD8EE
5#D3DFF1
6#DCE5F4
7#E4ECF6
8#EDF2F9
9#F6F9FC
Tones
Muted variations
1#A9BFDF
2#ACC0DC
3#AFC0D9
4#B2C1D6
5#B5C1D3
6#B8C2D0
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 #A6BEE2 | BordersInactive statesPlaceholder text |
| 400 | 789D #789DD3 | Disabled statesSecondary iconsMuted text |
| 500 | 5281 #5281C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3765 #3765A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C50 #2C5087 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F39 #1F3960 | 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: #A6BEE2;
--sky-blue-400: #789DD3;
--sky-blue-500: #5281C7;
--sky-blue-600: #3765A9;
--sky-blue-700: #2C5087;
--sky-blue-800: #1F3960;
--sky-blue-900: #14253E;
--sky-blue-950: #0C1727;
}