Sky Blue
#AAD7DF
CyanColor Codes
All color formats for development
HEX
#AAD7DFRGB
rgb(170, 215, 223)HSL
hsl(189, 45%, 77%)OKLCH
oklch(0.85 0.048 209.6)CMYK
cmyk(24%, 4%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8DC9D4
2#71BCC9
3#55AEBE
4#419BAB
5#36818E
6#2B6772
7#204D55
8#163439
9#0B1A1C
Tints
Lighter variations
1#B2DBE2
2#BBDFE5
3#C3E3E8
4#CCE7EC
5#D4EBEF
6#DDEFF2
7#E5F3F5
8#EEF7F9
9#F6FBFC
Tones
Muted variations
1#ADD5DC
2#AFD3D9
3#B2D1D7
4#B5CFD4
5#B7CED2
6#BACCCF
7#BCCACC
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 #CFE8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAD7 #AAD7DF | BordersInactive statesPlaceholder text |
| 400 | 7EC2 #7EC2CE | Disabled statesSecondary iconsMuted text |
| 500 | 59B0 #59B0C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E94 #3E94A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3175 #317581 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2354 #23545C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1636 #16363B | Primary textHigh emphasis contentDark headings |
| 950 | 0E22 #0E2225 | 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: #CFE8ED;
--sky-blue-300: #AAD7DF;
--sky-blue-400: #7EC2CE;
--sky-blue-500: #59B0C0;
--sky-blue-600: #3E94A3;
--sky-blue-700: #317581;
--sky-blue-800: #23545C;
--sky-blue-900: #16363B;
--sky-blue-950: #0E2225;
}