Sky Blue
#A6C4E2
BlueColor Codes
All color formats for development
HEX
#A6C4E2RGB
rgb(166, 196, 226)HSL
hsl(210, 51%, 77%)OKLCH
oklch(0.808 0.054 248.5)CMYK
cmyk(27%, 13%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#89B1D9
2#6B9DCF
3#4D89C5
4#3A76B2
5#306294
6#264F77
7#1D3B59
8#13273B
9#0A141E
Tints
Lighter variations
1#AFCAE5
2#B8D0E8
3#C1D6EB
4#CADCEE
5#D3E2F1
6#DCE8F4
7#E4EDF6
8#EDF3F9
9#F6F9FC
Tones
Muted variations
1#A9C4DF
2#ACC4DC
3#AFC4D9
4#B2C4D6
5#B5C4D3
6#B8C4D0
7#BBC4CD
8#BEC4CA
9#C1C4C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4ED #E4EDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDE #CDDEEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6C4 #A6C4E2 | BordersInactive statesPlaceholder text |
| 400 | 78A6 #78A6D3 | Disabled statesSecondary iconsMuted text |
| 500 | 528C #528CC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3770 #3770A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C59 #2C5987 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F40 #1F4060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1429 #14293E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1A #0C1A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F7FB;
--sky-blue-100: #E4EDF6;
--sky-blue-200: #CDDEEF;
--sky-blue-300: #A6C4E2;
--sky-blue-400: #78A6D3;
--sky-blue-500: #528CC7;
--sky-blue-600: #3770A9;
--sky-blue-700: #2C5987;
--sky-blue-800: #1F4060;
--sky-blue-900: #14293E;
--sky-blue-950: #0C1A27;
}