Sky Blue
#9BC3EE
BlueColor Codes
All color formats for development
HEX
#9BC3EERGB
rgb(155, 195, 238)HSL
hsl(211, 71%, 77%)OKLCH
oklch(0.804 0.075 250.6)CMYK
cmyk(35%, 18%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#79AFE8
2#589BE3
3#3687DD
4#2273C9
5#1C60A8
6#174D86
7#113A65
8#0B2643
9#061322
Tints
Lighter variations
1#A5C9F0
2#AFCFF1
3#B9D5F3
4#C3DBF5
5#CDE1F6
6#D7E7F8
7#E1EDFA
8#EBF3FC
9#F5F9FD
Tones
Muted variations
1#9FC3EA
2#A3C3E6
3#A7C3E1
4#ABC4DD
5#B0C4D9
6#B4C4D5
7#B8C4D1
8#BCC4CD
9#C0C4C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0ED #E0EDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6DD #C6DDF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BC3 #9BC3EE | BordersInactive statesPlaceholder text |
| 400 | 66A4 #66A4E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B8A #3B8ADE | Primary brand colorCTAsActive elementsLinks |
| 600 | 216E #216EC0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A57 #1A5799 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 123E #123E6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C28 #0C2846 | Primary textHigh emphasis contentDark headings |
| 950 | 0719 #07192C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F7FD;
--sky-blue-100: #E0EDFA;
--sky-blue-200: #C6DDF5;
--sky-blue-300: #9BC3EE;
--sky-blue-400: #66A4E5;
--sky-blue-500: #3B8ADE;
--sky-blue-600: #216EC0;
--sky-blue-700: #1A5799;
--sky-blue-800: #123E6D;
--sky-blue-900: #0C2846;
--sky-blue-950: #07192C;
}