Sky Blue
#7EB6CE
BlueColor Codes
All color formats for development
HEX
#7EB6CERGB
rgb(126, 182, 206)HSL
hsl(198, 45%, 65%)OKLCH
oklch(0.746 0.068 226.6)CMYK
cmyk(39%, 12%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66A8C5
2#4E9BBC
3#4089A8
4#377590
5#2E6278
6#244E60
7#1B3B48
8#122730
9#091418
Tints
Lighter variations
1#8BBDD3
2#97C4D8
3#A4CCDD
4#B1D3E2
5#BEDAE6
6#CBE2EB
7#D8E9F0
8#E5F0F5
9#F2F8FA
Tones
Muted variations
1#82B4CA
2#86B3C6
3#8AB1C2
4#8EAFBE
5#92AEBA
6#96ACB6
7#9AABB2
8#9EA9AE
9#A2A7AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F0 #E5F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE4 #CFE4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AACF #AACFDF | BordersInactive statesPlaceholder text |
| 400 | 7EB6 #7EB6CE | Disabled statesSecondary iconsMuted text |
| 500 | 59A1 #59A1C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E84 #3E84A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3169 #316981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 234B #234B5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1630 #16303B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1E #0E1E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F9FB;
--sky-blue-100: #E5F0F5;
--sky-blue-200: #CFE4ED;
--sky-blue-300: #AACFDF;
--sky-blue-400: #7EB6CE;
--sky-blue-500: #59A1C0;
--sky-blue-600: #3E84A3;
--sky-blue-700: #316981;
--sky-blue-800: #234B5C;
--sky-blue-900: #16303B;
--sky-blue-950: #0E1E25;
}