Sky Blue
#9ACDEF
BlueColor Codes
All color formats for development
HEX
#9ACDEFRGB
rgb(154, 205, 239)HSL
hsl(204, 73%, 77%)OKLCH
oklch(0.825 0.072 237.9)CMYK
cmyk(36%, 14%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78BCEA
2#56ABE5
3#349BDF
4#2087CC
5#1B71AA
6#155A88
7#104466
8#0B2D44
9#051722
Tints
Lighter variations
1#A4D2F1
2#AED7F2
3#B8DCF4
4#C2E1F5
5#CCE6F7
6#D6EBF9
7#E1F0FA
8#EBF5FC
9#F5FAFD
Tones
Muted variations
1#9ECCEB
2#A2CBE7
3#A6CAE2
4#ABC9DE
5#AFC9DA
6#B3C8D5
7#B8C7D1
8#BCC6CD
9#C0C5C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F0 #E0F0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E3 #C6E3F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ACD #9ACDEF | BordersInactive statesPlaceholder text |
| 400 | 65B3 #65B3E7 | Disabled statesSecondary iconsMuted text |
| 500 | 389D #389DE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E81 #1E81C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1866 #18669A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1149 #11496E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B2F #0B2F47 | Primary textHigh emphasis contentDark headings |
| 950 | 071D #071D2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F8FD;
--sky-blue-100: #E0F0FA;
--sky-blue-200: #C6E3F6;
--sky-blue-300: #9ACDEF;
--sky-blue-400: #65B3E7;
--sky-blue-500: #389DE0;
--sky-blue-600: #1E81C2;
--sky-blue-700: #18669A;
--sky-blue-800: #11496E;
--sky-blue-900: #0B2F47;
--sky-blue-950: #071D2C;
}