Sky Blue
#9BC0ED
BlueColor Codes
All color formats for development
HEX
#9BC0EDRGB
rgb(155, 192, 237)HSL
hsl(213, 69%, 77%)OKLCH
oklch(0.797 0.076 253.6)CMYK
cmyk(35%, 19%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BABE7
2#5A96E1
3#3881DB
4#256EC7
5#1E5BA6
6#184985
7#123764
8#0C2542
9#061221
Tints
Lighter variations
1#A6C7EF
2#B0CDF0
3#BAD3F2
4#C4D9F4
5#CDE0F6
6#D7E6F8
7#E1ECFA
8#EBF2FB
9#F5F9FD
Tones
Muted variations
1#A0C1E9
2#A4C1E5
3#A8C2E1
4#ACC2DD
5#B0C2D9
6#B4C3D5
7#B8C3D0
8#BCC4CC
9#C0C4C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EC #E1ECF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DC #C7DCF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CC0 #9CC0ED | BordersInactive statesPlaceholder text |
| 400 | 68A0 #68A0E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D84 #3D84DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2368 #2368BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C53 #1C5397 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 143B #143B6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D26 #0D2645 | Primary textHigh emphasis contentDark headings |
| 950 | 0818 #08182B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F7FD;
--sky-blue-100: #E1ECF9;
--sky-blue-200: #C7DCF5;
--sky-blue-300: #9CC0ED;
--sky-blue-400: #68A0E3;
--sky-blue-500: #3D84DB;
--sky-blue-600: #2368BE;
--sky-blue-700: #1C5397;
--sky-blue-800: #143B6C;
--sky-blue-900: #0D2645;
--sky-blue-950: #08182B;
}