Sky Blue
#A2BAE7
BlueColor Codes
All color formats for development
HEX
#A2BAE7RGB
rgb(162, 186, 231)HSL
hsl(219, 59%, 77%)OKLCH
oklch(0.787 0.07 262.9)CMYK
cmyk(30%, 19%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83A3DF
2#638CD7
3#4475CF
4#3061BB
5#28519C
6#20417D
7#18305E
8#10203E
9#08101F
Tints
Lighter variations
1#ABC1E9
2#B4C8EC
3#BECFEE
4#C7D6F1
5#D0DCF3
6#DAE3F5
7#E3EAF8
8#ECF1FA
9#F6F8FD
Tones
Muted variations
1#A5BBE3
2#A9BCE0
3#ACBDDD
4#B0BED9
5#B3BFD6
6#B7C0D2
7#BAC1CF
8#BDC2CB
9#C1C3C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EA #E3EAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD8 #CAD8F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2BA #A2BAE7 | BordersInactive statesPlaceholder text |
| 400 | 7196 #7196DA | Disabled statesSecondary iconsMuted text |
| 500 | 4978 #4978D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E5C #2E5CB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2549 #25498E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A34 #1A3465 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1122 #112241 | Primary textHigh emphasis contentDark headings |
| 950 | 0A15 #0A1529 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F6FC;
--sky-blue-100: #E3EAF8;
--sky-blue-200: #CAD8F1;
--sky-blue-300: #A2BAE7;
--sky-blue-400: #7196DA;
--sky-blue-500: #4978D0;
--sky-blue-600: #2E5CB2;
--sky-blue-700: #25498E;
--sky-blue-800: #1A3465;
--sky-blue-900: #112241;
--sky-blue-950: #0A1529;
}