Sky Blue
#A2D5E6
BlueColor Codes
All color formats for development
HEX
#A2D5E6RGB
rgb(162, 213, 230)HSL
hsl(195, 58%, 77%)OKLCH
oklch(0.843 0.058 220.3)CMYK
cmyk(30%, 7%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83C7DE
2#64B9D6
3#45ACCE
4#3198BA
5#297F9B
6#21657C
7#194C5D
8#10333E
9#08191F
Tints
Lighter variations
1#ACDAE9
2#B5DEEB
3#BEE2EE
4#C7E6F0
5#D1EAF3
6#DAEEF5
7#E3F3F8
8#ECF7FA
9#F6FBFD
Tones
Muted variations
1#A6D4E3
2#A9D2E0
3#ADD0DC
4#B0CFD9
5#B3CDD5
6#B7CBD2
7#BAC9CF
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 | E3F2 #E3F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE7 #CBE7F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D5 #A2D5E6 | BordersInactive statesPlaceholder text |
| 400 | 72C0 #72C0DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AAE #4AAECF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F91 #2F91B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2573 #25738D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B52 #1B5265 | 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: #E3F2F8;
--sky-blue-200: #CBE7F1;
--sky-blue-300: #A2D5E6;
--sky-blue-400: #72C0DA;
--sky-blue-500: #4AAECF;
--sky-blue-600: #2F91B1;
--sky-blue-700: #25738D;
--sky-blue-800: #1B5265;
--sky-blue-900: #113540;
--sky-blue-950: #0B2128;
}