Sky Blue
#A2D3E7
BlueColor Codes
All color formats for development
HEX
#A2D3E7RGB
rgb(162, 211, 231)HSL
hsl(197, 59%, 77%)OKLCH
oklch(0.839 0.058 224.9)CMYK
cmyk(30%, 9%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83C5DF
2#63B6D7
3#44A7CF
4#3094BB
5#287B9C
6#20637D
7#184A5E
8#10313E
9#08191F
Tints
Lighter variations
1#ABD8E9
2#B4DCEC
3#BEE0EE
4#C7E5F1
5#D0E9F3
6#DAEEF5
7#E3F2F8
8#ECF6FA
9#F6FBFD
Tones
Muted variations
1#A5D2E3
2#A9D0E0
3#ACCFDD
4#B0CDD9
5#B3CCD6
6#B7CAD2
7#BAC9CF
8#BDC7CB
9#C1C6C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F2 #E3F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE6 #CAE6F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D3 #A2D3E7 | BordersInactive statesPlaceholder text |
| 400 | 71BD #71BDDA | Disabled statesSecondary iconsMuted text |
| 500 | 49AA #49AAD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E8D #2E8DB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2570 #25708E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A50 #1A5065 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1133 #113341 | Primary textHigh emphasis contentDark headings |
| 950 | 0A20 #0A2029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F9FC;
--sky-blue-100: #E3F2F8;
--sky-blue-200: #CAE6F1;
--sky-blue-300: #A2D3E7;
--sky-blue-400: #71BDDA;
--sky-blue-500: #49AAD0;
--sky-blue-600: #2E8DB2;
--sky-blue-700: #25708E;
--sky-blue-800: #1A5065;
--sky-blue-900: #113341;
--sky-blue-950: #0A2029;
}