Sky Blue
#A1C7E8
BlueColor Codes
All color formats for development
HEX
#A1C7E8RGB
rgb(161, 199, 232)HSL
hsl(208, 61%, 77%)OKLCH
oklch(0.813 0.062 244.9)CMYK
cmyk(31%, 14%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81B4E0
2#61A1D9
3#428ED1
4#2E7BBE
5#26669E
6#1F527E
7#173D5F
8#0F293F
9#081420
Tints
Lighter variations
1#AACCEA
2#B3D2ED
3#BDD8EF
4#C6DDF1
5#D0E3F4
6#D9E8F6
7#E3EEF8
8#ECF4FA
9#F6F9FD
Tones
Muted variations
1#A4C6E5
2#A8C6E1
3#ABC6DD
4#AFC6DA
5#B2C6D6
6#B6C5D3
7#BAC5CF
8#BDC5CC
9#C1C5C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EE #E2EEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADF #CADFF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C7 #A1C7E8 | BordersInactive statesPlaceholder text |
| 400 | 6FA9 #6FA9DC | Disabled statesSecondary iconsMuted text |
| 500 | 4691 #4691D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C75 #2C75B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 235D #235D90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1942 #194267 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102A #102A42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1B #0A1B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F8FC;
--sky-blue-100: #E2EEF8;
--sky-blue-200: #CADFF2;
--sky-blue-300: #A1C7E8;
--sky-blue-400: #6FA9DC;
--sky-blue-500: #4691D2;
--sky-blue-600: #2C75B5;
--sky-blue-700: #235D90;
--sky-blue-800: #194267;
--sky-blue-900: #102A42;
--sky-blue-950: #0A1B29;
}