Sky Blue
#A1C6E8
BlueColor Codes
All color formats for development
HEX
#A1C6E8RGB
rgb(161, 198, 232)HSL
hsl(209, 61%, 77%)OKLCH
oklch(0.811 0.062 246.4)CMYK
cmyk(31%, 15%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#81B2E0
2#619FD9
3#428CD1
4#2E78BE
5#26649E
6#1F507E
7#173C5F
8#0F283F
9#081420
Tints
Lighter variations
1#AACBEA
2#B3D1ED
3#BDD7EF
4#C6DDF1
5#D0E2F4
6#D9E8F6
7#E3EEF8
8#ECF4FA
9#F6F9FD
Tones
Muted variations
1#A4C5E5
2#A8C5E1
3#ABC5DD
4#AFC5DA
5#B2C5D6
6#B6C5D3
7#BAC5CF
8#BDC5CC
9#C1C4C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EE #E2EEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADF #CADFF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C6 #A1C6E8 | BordersInactive statesPlaceholder text |
| 400 | 6FA8 #6FA8DC | Disabled statesSecondary iconsMuted text |
| 500 | 468F #468FD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C72 #2C72B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 235B #235B90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1941 #194167 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102A #102A42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1A #0A1A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F8FC;
--sky-blue-100: #E2EEF8;
--sky-blue-200: #CADFF2;
--sky-blue-300: #A1C6E8;
--sky-blue-400: #6FA8DC;
--sky-blue-500: #468FD2;
--sky-blue-600: #2C72B5;
--sky-blue-700: #235B90;
--sky-blue-800: #194167;
--sky-blue-900: #102A42;
--sky-blue-950: #0A1A29;
}