Sky Blue
#A2D6E6
CyanColor Codes
All color formats for development
HEX
#A2D6E6RGB
rgb(162, 214, 230)HSL
hsl(194, 58%, 77%)OKLCH
oklch(0.845 0.058 218.7)CMYK
cmyk(30%, 7%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83C9DE
2#64BBD6
3#45AECE
4#319ABA
5#29819B
6#21677C
7#194D5D
8#10333E
9#081A1F
Tints
Lighter variations
1#ACDBE9
2#B5DFEB
3#BEE3EE
4#C7E7F0
5#D1EBF3
6#DAEFF5
7#E3F3F8
8#ECF7FA
9#F6FBFD
Tones
Muted variations
1#A6D5E3
2#A9D3E0
3#ADD1DC
4#B0CFD9
5#B3CDD5
6#B7CCD2
7#BACACF
8#BEC8CB
9#C1C6C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F3 #E3F3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE8 #CBE8F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D6 #A2D6E6 | BordersInactive statesPlaceholder text |
| 400 | 72C1 #72C1DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AB0 #4AB0CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F93 #2F93B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2575 #25758D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B53 #1B5365 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1135 #113540 | Primary textHigh emphasis contentDark headings |
| 950 | 0B21 #0B2128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FAFC;
--sky-blue-100: #E3F3F8;
--sky-blue-200: #CBE8F1;
--sky-blue-300: #A2D6E6;
--sky-blue-400: #72C1DA;
--sky-blue-500: #4AB0CF;
--sky-blue-600: #2F93B1;
--sky-blue-700: #25758D;
--sky-blue-800: #1B5365;
--sky-blue-900: #113540;
--sky-blue-950: #0B2128;
}