Sky Blue
#A3D6E6
CyanColor Codes
All color formats for development
HEX
#A3D6E6RGB
rgb(163, 214, 230)HSL
hsl(194, 57%, 77%)OKLCH
oklch(0.846 0.057 219.1)CMYK
cmyk(29%, 7%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#84C9DD
2#65BBD5
3#46ADCC
4#339AB9
5#2A809A
6#22667B
7#194D5C
8#11333E
9#081A1F
Tints
Lighter variations
1#ACDAE8
2#B5DEEB
3#BFE2ED
4#C8E7F0
5#D1EBF2
6#DAEFF5
7#E3F3F7
8#EDF7FA
9#F6FBFC
Tones
Muted variations
1#A6D4E2
2#AAD3DF
3#ADD1DC
4#B0CFD8
5#B4CDD5
6#B7CBD2
7#BACACE
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 #E3F3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE8 #CBE8F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3D6 #A3D6E6 | BordersInactive statesPlaceholder text |
| 400 | 73C1 #73C1D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4BAF #4BAFCE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3092 #3092B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2674 #26748C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B53 #1B5364 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1235 #123540 | 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: #E3F3F7;
--sky-blue-200: #CBE8F1;
--sky-blue-300: #A3D6E6;
--sky-blue-400: #73C1D9;
--sky-blue-500: #4BAFCE;
--sky-blue-600: #3092B0;
--sky-blue-700: #26748C;
--sky-blue-800: #1B5364;
--sky-blue-900: #123540;
--sky-blue-950: #0B2128;
}