Sky Blue
#A6BBE3
BlueColor Codes
All color formats for development
HEX
#A6BBE3RGB
rgb(166, 187, 227)HSL
hsl(219, 52%, 77%)OKLCH
oklch(0.79 0.062 263.2)CMYK
cmyk(27%, 18%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#88A5D9
2#6A8ED0
3#4C77C7
4#3963B3
5#2F5395
6#264277
7#1C325A
8#13213C
9#09111E
Tints
Lighter variations
1#AFC2E6
2#B8C9E8
3#C1D0EB
4#CAD6EE
5#D2DDF1
6#DBE4F4
7#E4EBF7
8#EDF1F9
9#F6F8FC
Tones
Muted variations
1#A9BCE0
2#ACBDDD
3#AFBEDA
4#B2BFD7
5#B5C0D4
6#B8C1D1
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 #A6BBE3 | BordersInactive statesPlaceholder text |
| 400 | 7798 #7798D4 | Disabled statesSecondary iconsMuted text |
| 500 | 517A #517AC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 365F #365FAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B4B #2B4B88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F36 #1F3661 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1422 #14223E | 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: #A6BBE3;
--sky-blue-400: #7798D4;
--sky-blue-500: #517AC8;
--sky-blue-600: #365FAB;
--sky-blue-700: #2B4B88;
--sky-blue-800: #1F3661;
--sky-blue-900: #14223E;
--sky-blue-950: #0C1627;
}