Sky Blue
#9BCFEE
BlueColor Codes
All color formats for development
HEX
#9BCFEERGB
rgb(155, 207, 238)HSL
hsl(202, 71%, 77%)OKLCH
oklch(0.829 0.069 234.9)CMYK
cmyk(35%, 13%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#79C0E8
2#58B0E3
3#36A0DD
4#228CC9
5#1C75A8
6#175D86
7#114665
8#0B2F43
9#061722
Tints
Lighter variations
1#A5D4F0
2#AFD9F1
3#B9DEF3
4#C3E2F5
5#CDE7F6
6#D7ECF8
7#E1F1FA
8#EBF5FC
9#F5FAFD
Tones
Muted variations
1#9FCEEA
2#A3CDE6
3#A7CCE1
4#ABCBDD
5#B0CAD9
6#B4C9D5
7#B8C8D1
8#BCC7CD
9#C0C5C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F1 #E0F1FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E4 #C6E4F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BCF #9BCFEE | BordersInactive statesPlaceholder text |
| 400 | 66B7 #66B7E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BA2 #3BA2DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2185 #2185C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A6A #1A6A99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 124C #124C6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C31 #0C3146 | Primary textHigh emphasis contentDark headings |
| 950 | 071E #071E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F9FD;
--sky-blue-100: #E0F1FA;
--sky-blue-200: #C6E4F5;
--sky-blue-300: #9BCFEE;
--sky-blue-400: #66B7E5;
--sky-blue-500: #3BA2DE;
--sky-blue-600: #2185C0;
--sky-blue-700: #1A6A99;
--sky-blue-800: #124C6D;
--sky-blue-900: #0C3146;
--sky-blue-950: #071E2C;
}