Sky Blue
#A2BBE7
BlueColor Codes
All color formats for development
HEX
#A2BBE7RGB
rgb(162, 187, 231)HSL
hsl(218, 59%, 77%)OKLCH
oklch(0.789 0.069 261.7)CMYK
cmyk(30%, 19%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83A4DF
2#638ED7
3#4477CF
4#3063BB
5#28539C
6#20427D
7#18325E
8#10213E
9#08111F
Tints
Lighter variations
1#ABC2E9
2#B4C9EC
3#BECFEE
4#C7D6F1
5#D0DDF3
6#DAE4F5
7#E3EBF8
8#ECF1FA
9#F6F8FD
Tones
Muted variations
1#A5BCE3
2#A9BDE0
3#ACBEDD
4#B0BFD9
5#B3C0D6
6#B7C1D2
7#BAC2CF
8#BDC3CB
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 | CAD9 #CAD9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2BB #A2BBE7 | BordersInactive statesPlaceholder text |
| 400 | 7198 #7198DA | Disabled statesSecondary iconsMuted text |
| 500 | 497A #497AD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E5F #2E5FB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 254B #254B8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A36 #1A3665 | 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: #CAD9F1;
--sky-blue-300: #A2BBE7;
--sky-blue-400: #7198DA;
--sky-blue-500: #497AD0;
--sky-blue-600: #2E5FB2;
--sky-blue-700: #254B8E;
--sky-blue-800: #1A3665;
--sky-blue-900: #112241;
--sky-blue-950: #0A1529;
}