Sky Blue
#A4DBE5
CyanColor Codes
All color formats for development
HEX
#A4DBE5RGB
rgb(164, 219, 229)HSL
hsl(189, 56%, 77%)OKLCH
oklch(0.857 0.058 210)CMYK
cmyk(28%, 4%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#85CFDD
2#66C3D4
3#48B8CB
4#34A4B8
5#2B8999
6#236D7B
7#1A525C
8#11373D
9#091B1F
Tints
Lighter variations
1#ADDFE8
2#B6E2EA
3#BFE6ED
4#C8EAF0
5#D1EDF2
6#DAF1F5
7#E4F4F7
8#EDF8FA
9#F6FBFC
Tones
Muted variations
1#A7D9E2
2#AAD7DF
3#ADD4DB
4#B1D2D8
5#B4D0D5
6#B7CED1
7#BACBCE
8#BEC9CB
9#C1C7C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F4 #E3F4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEB #CBEBF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4DB #A4DBE5 | BordersInactive statesPlaceholder text |
| 400 | 74C9 #74C9D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CB9 #4CB9CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 319C #319CAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 277C #277C8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C59 #1C5963 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1239 #123940 | Primary textHigh emphasis contentDark headings |
| 950 | 0B23 #0B2328 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FAFC;
--sky-blue-100: #E3F4F7;
--sky-blue-200: #CBEBF0;
--sky-blue-300: #A4DBE5;
--sky-blue-400: #74C9D8;
--sky-blue-500: #4CB9CD;
--sky-blue-600: #319CAF;
--sky-blue-700: #277C8B;
--sky-blue-800: #1C5963;
--sky-blue-900: #123940;
--sky-blue-950: #0B2328;
}