Sky Blue
#A2D7E7
CyanColor Codes
All color formats for development
HEX
#A2D7E7RGB
rgb(162, 215, 231)HSL
hsl(194, 59%, 77%)OKLCH
oklch(0.848 0.059 218.3)CMYK
cmyk(30%, 7%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83C9DF
2#63BCD7
3#44AECF
4#309BBB
5#28819C
6#20677D
7#184D5E
8#10343E
9#081A1F
Tints
Lighter variations
1#ABDBE9
2#B4DFEC
3#BEE3EE
4#C7E7F1
5#D0EBF3
6#DAEFF5
7#E3F3F8
8#ECF7FA
9#F6FBFD
Tones
Muted variations
1#A5D5E3
2#A9D3E0
3#ACD1DD
4#B0CFD9
5#B3CED6
6#B7CCD2
7#BACACF
8#BDC8CB
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 | CAE8 #CAE8F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D7 #A2D7E7 | BordersInactive statesPlaceholder text |
| 400 | 71C2 #71C2DA | Disabled statesSecondary iconsMuted text |
| 500 | 49B0 #49B0D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E94 #2E94B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2575 #25758E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A54 #1A5465 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1136 #113641 | Primary textHigh emphasis contentDark headings |
| 950 | 0A22 #0A2229 | 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: #CAE8F1;
--sky-blue-300: #A2D7E7;
--sky-blue-400: #71C2DA;
--sky-blue-500: #49B0D0;
--sky-blue-600: #2E94B2;
--sky-blue-700: #25758E;
--sky-blue-800: #1A5465;
--sky-blue-900: #113641;
--sky-blue-950: #0A2229;
}