Sky Blue
#AAD6DF
CyanColor Codes
All color formats for development
HEX
#AAD6DFRGB
rgb(170, 214, 223)HSL
hsl(190, 45%, 77%)OKLCH
oklch(0.848 0.048 211.5)CMYK
cmyk(24%, 4%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8DC8D4
2#71BAC9
3#55ADBE
4#4199AB
5#36808E
6#2B6672
7#204D55
8#163339
9#0B1A1C
Tints
Lighter variations
1#B2DAE2
2#BBDEE5
3#C3E2E8
4#CCE6EC
5#D4EAEF
6#DDEFF2
7#E5F3F5
8#EEF7F9
9#F6FBFC
Tones
Muted variations
1#ADD4DC
2#AFD2D9
3#B2D1D7
4#B5CFD4
5#B7CDD2
6#BACBCF
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 | AAD6 #AAD6DF | BordersInactive statesPlaceholder text |
| 400 | 7EC1 #7EC1CE | Disabled statesSecondary iconsMuted text |
| 500 | 59AF #59AFC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E92 #3E92A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3174 #317481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2353 #23535C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1635 #16353B | 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: #CFE8ED;
--sky-blue-300: #AAD6DF;
--sky-blue-400: #7EC1CE;
--sky-blue-500: #59AFC0;
--sky-blue-600: #3E92A3;
--sky-blue-700: #317481;
--sky-blue-800: #23535C;
--sky-blue-900: #16353B;
--sky-blue-950: #0E2125;
}