Sky Blue
#A4CFE5
BlueColor Codes
All color formats for development
HEX
#A4CFE5RGB
rgb(164, 207, 229)HSL
hsl(200, 56%, 77%)OKLCH
oklch(0.831 0.055 230.4)CMYK
cmyk(28%, 10%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#85BFDD
2#66AFD4
3#489FCB
4#348CB8
5#2B7599
6#235D7B
7#1A465C
8#112F3D
9#09171F
Tints
Lighter variations
1#ADD4E8
2#B6D9EA
3#BFDEED
4#C8E2F0
5#D1E7F2
6#DAECF5
7#E4F1F7
8#EDF5FA
9#F6FAFC
Tones
Muted variations
1#A7CEE2
2#AACDDF
3#ADCCDB
4#B1CBD8
5#B4CAD5
6#B7C9D1
7#BAC8CE
8#BEC7CB
9#C1C5C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F0 #E3F0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE4 #CBE4F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4CF #A4CFE5 | BordersInactive statesPlaceholder text |
| 400 | 74B6 #74B6D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CA2 #4CA2CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3185 #3185AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 276A #276A8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C4C #1C4C63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1230 #123040 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1E #0B1E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F9FC;
--sky-blue-100: #E3F0F7;
--sky-blue-200: #CBE4F0;
--sky-blue-300: #A4CFE5;
--sky-blue-400: #74B6D8;
--sky-blue-500: #4CA2CD;
--sky-blue-600: #3185AF;
--sky-blue-700: #276A8B;
--sky-blue-800: #1C4C63;
--sky-blue-900: #123040;
--sky-blue-950: #0B1E28;
}