Sky Blue
#A2B1E7
BlueColor Codes
All color formats for development
HEX
#A2B1E7RGB
rgb(162, 177, 231)HSL
hsl(227, 59%, 77%)OKLCH
oklch(0.768 0.079 272.4)CMYK
cmyk(30%, 23%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8397DF
2#637CD7
3#4462CF
4#304EBB
5#28419C
6#20347D
7#18275E
8#101A3E
9#080D1F
Tints
Lighter variations
1#ABB9E9
2#B4C0EC
3#BEC8EE
4#C7D0F1
5#D0D8F3
6#DAE0F5
7#E3E8F8
8#ECEFFA
9#F6F7FD
Tones
Muted variations
1#A5B3E3
2#A9B5E0
3#ACB7DD
4#B0B9D9
5#B3BBD6
6#B7BDD2
7#BABECF
8#BDC0CB
9#C1C2C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E7 #E3E7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD3 #CAD3F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2B1 #A2B1E7 | BordersInactive statesPlaceholder text |
| 400 | 7188 #7188DA | Disabled statesSecondary iconsMuted text |
| 500 | 4966 #4966D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E4B #2E4BB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 253B #253B8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A2A #1A2A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 111B #111B41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A11 #0A1129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F5FC;
--sky-blue-100: #E3E7F8;
--sky-blue-200: #CAD3F1;
--sky-blue-300: #A2B1E7;
--sky-blue-400: #7188DA;
--sky-blue-500: #4966D0;
--sky-blue-600: #2E4BB2;
--sky-blue-700: #253B8E;
--sky-blue-800: #1A2A65;
--sky-blue-900: #111B41;
--sky-blue-950: #0A1129;
}