Sky Blue
#A6C0E3
BlueColor Codes
All color formats for development
HEX
#A6C0E3RGB
rgb(166, 192, 227)HSL
hsl(214, 52%, 77%)OKLCH
oklch(0.8 0.057 255.9)CMYK
cmyk(27%, 15%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#88ABD9
2#6A96D0
3#4C81C7
4#396EB3
5#2F5B95
6#264977
7#1C375A
8#13253C
9#09121E
Tints
Lighter variations
1#AFC7E6
2#B8CDE8
3#C1D3EB
4#CAD9EE
5#D2E0F1
6#DBE6F4
7#E4ECF7
8#EDF2F9
9#F6F9FC
Tones
Muted variations
1#A9C1E0
2#ACC1DD
3#AFC2DA
4#B2C2D7
5#B5C2D4
6#B8C3D1
7#BBC3CD
8#BEC4CA
9#C1C4C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EC #E4ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDC #CDDCEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6C0 #A6C0E3 | BordersInactive statesPlaceholder text |
| 400 | 77A0 #77A0D4 | Disabled statesSecondary iconsMuted text |
| 500 | 5184 #5184C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3668 #3668AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B53 #2B5388 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F3B #1F3B61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1426 #14263E | Primary textHigh emphasis contentDark headings |
| 950 | 0C18 #0C1827 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F7FB;
--sky-blue-100: #E4ECF6;
--sky-blue-200: #CDDCEF;
--sky-blue-300: #A6C0E3;
--sky-blue-400: #77A0D4;
--sky-blue-500: #5184C8;
--sky-blue-600: #3668AB;
--sky-blue-700: #2B5388;
--sky-blue-800: #1F3B61;
--sky-blue-900: #14263E;
--sky-blue-950: #0C1827;
}