Sky Blue
#A9CEDF
BlueColor Codes
All color formats for development
HEX
#A9CEDFRGB
rgb(169, 206, 223)HSL
hsl(199, 46%, 77%)OKLCH
oklch(0.83 0.046 227.5)CMYK
cmyk(24%, 8%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8DBED5
2#70AECA
3#539DC0
4#408AAC
5#35738F
6#2A5C73
7#204556
8#152E39
9#0B171D
Tints
Lighter variations
1#B2D3E2
2#BAD8E6
3#C3DDE9
4#CCE2EC
5#D4E7EF
6#DDEBF2
7#E5F0F5
8#EEF5F9
9#F6FAFC
Tones
Muted variations
1#ACCDDD
2#AFCCDA
3#B1CBD7
4#B4CAD5
5#B7C9D2
6#BAC8CF
7#BCC7CC
8#BFC6CA
9#C2C5C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F0 #E5F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE3 #CFE3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9CE #A9CEDF | BordersInactive statesPlaceholder text |
| 400 | 7DB5 #7DB5CF | Disabled statesSecondary iconsMuted text |
| 500 | 57A0 #57A0C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D83 #3D83A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3068 #306882 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 224B #224B5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1630 #16303C | Primary textHigh emphasis contentDark headings |
| 950 | 0E1E #0E1E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F9FB;
--sky-blue-100: #E5F0F5;
--sky-blue-200: #CFE3ED;
--sky-blue-300: #A9CEDF;
--sky-blue-400: #7DB5CF;
--sky-blue-500: #57A0C1;
--sky-blue-600: #3D83A4;
--sky-blue-700: #306882;
--sky-blue-800: #224B5D;
--sky-blue-900: #16303C;
--sky-blue-950: #0E1E25;
}