Sky Blue
#7EB3CE
BlueColor Codes
All color formats for development
HEX
#7EB3CERGB
rgb(126, 179, 206)HSL
hsl(200, 45%, 65%)OKLCH
oklch(0.739 0.068 231)CMYK
cmyk(39%, 13%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66A5C5
2#4E97BC
3#4085A8
4#377290
5#2E5F78
6#244C60
7#1B3948
8#122630
9#091318
Tints
Lighter variations
1#8BBBD3
2#97C2D8
3#A4CADD
4#B1D1E2
5#BED9E6
6#CBE1EB
7#D8E8F0
8#E5F0F5
9#F2F7FA
Tones
Muted variations
1#82B2CA
2#86B0C6
3#8AAFC2
4#8EAEBE
5#92ACBA
6#96ABB6
7#9AAAB2
8#9EA8AE
9#A2A7AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F0 #E5F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE3 #CFE3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AACD #AACDDF | BordersInactive statesPlaceholder text |
| 400 | 7EB3 #7EB3CE | Disabled statesSecondary iconsMuted text |
| 500 | 599D #599DC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E81 #3E81A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3167 #316781 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2349 #23495C | Text on light backgroundsHeadingsStrong borders |
| 900 | 162F #162F3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1D #0E1D25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F8FB;
--sky-blue-100: #E5F0F5;
--sky-blue-200: #CFE3ED;
--sky-blue-300: #AACDDF;
--sky-blue-400: #7EB3CE;
--sky-blue-500: #599DC0;
--sky-blue-600: #3E81A3;
--sky-blue-700: #316781;
--sky-blue-800: #23495C;
--sky-blue-900: #162F3B;
--sky-blue-950: #0E1D25;
}