Sky Blue
#ABD6DE
CyanColor Codes
All color formats for development
HEX
#ABD6DERGB
rgb(171, 214, 222)HSL
hsl(189, 44%, 77%)OKLCH
oklch(0.848 0.046 210.2)CMYK
cmyk(23%, 4%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8EC9D3
2#72BBC8
3#56AEBD
4#429AAA
5#37808D
6#2C6771
7#214D55
8#163339
9#0B1A1C
Tints
Lighter variations
1#B3DAE1
2#BBDFE5
3#C4E3E8
4#CCE7EB
5#D5EBEF
6#DDEFF2
7#E6F3F5
8#EEF7F8
9#F7FBFC
Tones
Muted variations
1#ADD5DC
2#B0D3D9
3#B2D1D6
4#B5CFD4
5#B7CDD1
6#BACCCF
7#BDCACC
8#BFC8CA
9#C2C6C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F3 #E5F3F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE8 #CFE8EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD6 #ABD6DE | BordersInactive statesPlaceholder text |
| 400 | 7EC1 #7EC1CD | Disabled statesSecondary iconsMuted text |
| 500 | 5AB0 #5AB0BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F93 #3F93A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3275 #327581 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2453 #24535C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1735 #17353B | Primary textHigh emphasis contentDark headings |
| 950 | 0E21 #0E2125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4FAFB;
--sky-blue-100: #E5F3F5;
--sky-blue-200: #CFE8EC;
--sky-blue-300: #ABD6DE;
--sky-blue-400: #7EC1CD;
--sky-blue-500: #5AB0BF;
--sky-blue-600: #3F93A2;
--sky-blue-700: #327581;
--sky-blue-800: #24535C;
--sky-blue-900: #17353B;
--sky-blue-950: #0E2125;
}