Sky Blue
#A2B9E7
BlueColor Codes
All color formats for development
HEX
#A2B9E7RGB
rgb(162, 185, 231)HSL
hsl(220, 59%, 77%)OKLCH
oklch(0.785 0.071 264)CMYK
cmyk(30%, 20%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83A1DF
2#638AD7
3#4472CF
4#305FBB
5#284F9C
6#203F7D
7#182F5E
8#10203E
9#08101F
Tints
Lighter variations
1#ABC0E9
2#B4C7EC
3#BECEEE
4#C7D5F1
5#D0DCF3
6#DAE3F5
7#E3EAF8
8#ECF1FA
9#F6F8FD
Tones
Muted variations
1#A5BAE3
2#A9BBE0
3#ACBCDD
4#B0BDD9
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 | CAD7 #CAD7F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2B9 #A2B9E7 | BordersInactive statesPlaceholder text |
| 400 | 7194 #7194DA | Disabled statesSecondary iconsMuted text |
| 500 | 4976 #4976D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E5A #2E5AB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2548 #25488E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A33 #1A3365 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1121 #112141 | Primary textHigh emphasis contentDark headings |
| 950 | 0A14 #0A1429 | 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: #CAD7F1;
--sky-blue-300: #A2B9E7;
--sky-blue-400: #7194DA;
--sky-blue-500: #4976D0;
--sky-blue-600: #2E5AB2;
--sky-blue-700: #25488E;
--sky-blue-800: #1A3365;
--sky-blue-900: #112141;
--sky-blue-950: #0A1429;
}