Sky Blue
#A2B5E7
BlueColor Codes
All color formats for development
HEX
#A2B5E7RGB
rgb(162, 181, 231)HSL
hsl(223, 59%, 77%)OKLCH
oklch(0.776 0.075 268.4)CMYK
cmyk(30%, 22%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#839DDF
2#6384D7
3#446BCF
4#3058BB
5#28499C
6#203A7D
7#182C5E
8#101D3E
9#080F1F
Tints
Lighter variations
1#ABBDE9
2#B4C4EC
3#BECBEE
4#C7D3F1
5#D0DAF3
6#DAE2F5
7#E3E9F8
8#ECF0FA
9#F6F8FD
Tones
Muted variations
1#A5B7E3
2#A9B8E0
3#ACBADD
4#B0BBD9
5#B3BDD6
6#B7BED2
7#BAC0CF
8#BDC1CB
9#C1C3C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E9 #E3E9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD5 #CAD5F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2B5 #A2B5E7 | BordersInactive statesPlaceholder text |
| 400 | 718F #718FDA | Disabled statesSecondary iconsMuted text |
| 500 | 496F #496FD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E54 #2E54B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2542 #25428E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A2F #1A2F65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 111E #111E41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A13 #0A1329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F5FC;
--sky-blue-100: #E3E9F8;
--sky-blue-200: #CAD5F1;
--sky-blue-300: #A2B5E7;
--sky-blue-400: #718FDA;
--sky-blue-500: #496FD0;
--sky-blue-600: #2E54B2;
--sky-blue-700: #25428E;
--sky-blue-800: #1A2F65;
--sky-blue-900: #111E41;
--sky-blue-950: #0A1329;
}