Sky Blue
#A7C1E2
BlueColor Codes
All color formats for development
HEX
#A7C1E2RGB
rgb(167, 193, 226)HSL
hsl(214, 50%, 77%)OKLCH
oklch(0.803 0.055 254.5)CMYK
cmyk(26%, 15%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8AABD8
2#6C97CE
3#4F82C4
4#3B6EB1
5#315C93
6#274976
7#1D3758
8#14253B
9#0A121D
Tints
Lighter variations
1#B0C7E5
2#B9CDE8
3#C1D3EA
4#CAD9ED
5#D3E0F0
6#DCE6F3
7#E5ECF6
8#EDF2F9
9#F6F9FC
Tones
Muted variations
1#AAC1DF
2#ADC1DC
3#B0C2D9
4#B3C2D6
5#B6C2D3
6#B9C3D0
7#BCC3CD
8#BEC4CA
9#C1C4C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EC #E4ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDC #CDDCEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7C0 #A7C0E2 | BordersInactive statesPlaceholder text |
| 400 | 79A0 #79A0D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5385 #5385C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3869 #3869A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D53 #2D5386 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 203B #203B60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1426 #14263D | Primary textHigh emphasis contentDark headings |
| 950 | 0D18 #0D1826 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F7FB;
--sky-blue-100: #E4ECF6;
--sky-blue-200: #CDDCEE;
--sky-blue-300: #A7C0E2;
--sky-blue-400: #79A0D2;
--sky-blue-500: #5385C6;
--sky-blue-600: #3869A8;
--sky-blue-700: #2D5386;
--sky-blue-800: #203B60;
--sky-blue-900: #14263D;
--sky-blue-950: #0D1826;
}