Sky Blue
#A6B9E2
BlueColor Codes
All color formats for development
HEX
#A6B9E2RGB
rgb(166, 185, 226)HSL
hsl(221, 51%, 77%)OKLCH
oklch(0.785 0.062 265.5)CMYK
cmyk(27%, 18%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#89A2D9
2#6B8BCF
3#4D73C5
4#3A60B2
5#305094
6#264077
7#1D3059
8#13203B
9#0A101E
Tints
Lighter variations
1#AFC0E5
2#B8C7E8
3#C1CEEB
4#CAD5EE
5#D3DCF1
6#DCE3F4
7#E4EAF6
8#EDF1F9
9#F6F8FC
Tones
Muted variations
1#A9BADF
2#ACBCDC
3#AFBDD9
4#B2BED6
5#B5BFD3
6#B8C0D0
7#BBC1CD
8#BEC2CA
9#C1C3C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EA #E4EAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD8 #CDD8EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6B9 #A6B9E2 | BordersInactive statesPlaceholder text |
| 400 | 7895 #7895D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5277 #5277C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 375B #375BA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C49 #2C4987 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F34 #1F3460 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1421 #14213E | Primary textHigh emphasis contentDark headings |
| 950 | 0C15 #0C1527 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F6FB;
--sky-blue-100: #E4EAF6;
--sky-blue-200: #CDD8EF;
--sky-blue-300: #A6B9E2;
--sky-blue-400: #7895D3;
--sky-blue-500: #5277C7;
--sky-blue-600: #375BA9;
--sky-blue-700: #2C4987;
--sky-blue-800: #1F3460;
--sky-blue-900: #14213E;
--sky-blue-950: #0C1527;
}