Sky Blue
#A4C1E5
BlueColor Codes
All color formats for development
HEX
#A4C1E5RGB
rgb(164, 193, 229)HSL
hsl(213, 56%, 77%)OKLCH
oklch(0.802 0.06 254)CMYK
cmyk(28%, 16%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#85ACDD
2#6698D4
3#4883CB
4#346FB8
5#2B5D99
6#234A7B
7#1A385C
8#11253D
9#09131F
Tints
Lighter variations
1#ADC7E8
2#B6CDEA
3#BFD4ED
4#C8DAF0
5#D1E0F2
6#DAE6F5
7#E4ECF7
8#EDF3FA
9#F6F9FC
Tones
Muted variations
1#A7C1E2
2#AAC2DF
3#ADC2DB
4#B1C2D8
5#B4C3D5
6#B7C3D1
7#BAC3CE
8#BEC4CB
9#C1C4C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EC #E3ECF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBDC #CBDCF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C1 #A4C1E5 | BordersInactive statesPlaceholder text |
| 400 | 74A1 #74A1D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C86 #4C86CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 316A #316AAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2754 #27548B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C3C #1C3C63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1227 #122740 | Primary textHigh emphasis contentDark headings |
| 950 | 0B18 #0B1828 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F7FC;
--sky-blue-100: #E3ECF7;
--sky-blue-200: #CBDCF0;
--sky-blue-300: #A4C1E5;
--sky-blue-400: #74A1D8;
--sky-blue-500: #4C86CD;
--sky-blue-600: #316AAF;
--sky-blue-700: #27548B;
--sky-blue-800: #1C3C63;
--sky-blue-900: #122740;
--sky-blue-950: #0B1828;
}