Sky Blue
#A6BBE2
BlueColor Codes
All color formats for development
HEX
#A6BBE2RGB
rgb(166, 187, 226)HSL
hsl(219, 51%, 77%)OKLCH
oklch(0.789 0.06 262.8)CMYK
cmyk(27%, 17%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#89A5D9
2#6B8ECF
3#4D77C5
4#3A64B2
5#305394
6#264377
7#1D3259
8#13213B
9#0A111E
Tints
Lighter variations
1#AFC2E5
2#B8C9E8
3#C1D0EB
4#CAD6EE
5#D3DDF1
6#DCE4F4
7#E4EBF6
8#EDF1F9
9#F6F8FC
Tones
Muted variations
1#A9BCDF
2#ACBDDC
3#AFBED9
4#B2BFD6
5#B5C0D3
6#B8C1D0
7#BBC2CD
8#BEC3CA
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 | CDD9 #CDD9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6BB #A6BBE2 | BordersInactive statesPlaceholder text |
| 400 | 7898 #7898D3 | Disabled statesSecondary iconsMuted text |
| 500 | 527B #527BC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 375F #375FA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C4C #2C4C87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F36 #1F3660 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1423 #14233E | Primary textHigh emphasis contentDark headings |
| 950 | 0C16 #0C1627 | 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: #CDD9EF;
--sky-blue-300: #A6BBE2;
--sky-blue-400: #7898D3;
--sky-blue-500: #527BC7;
--sky-blue-600: #375FA9;
--sky-blue-700: #2C4C87;
--sky-blue-800: #1F3660;
--sky-blue-900: #14233E;
--sky-blue-950: #0C1627;
}