Sky Blue
#7EBECE
CyanColor Codes
All color formats for development
HEX
#7EBECERGB
rgb(126, 190, 206)HSL
hsl(192, 45%, 65%)OKLCH
oklch(0.764 0.069 215.2)CMYK
cmyk(39%, 8%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66B2C5
2#4EA6BC
3#4093A8
4#377E90
5#2E6978
6#245460
7#1B3F48
8#122A30
9#091518
Tints
Lighter variations
1#8BC4D3
2#97CBD8
3#A4D1DD
4#B1D8E2
5#BEDEE6
6#CBE5EB
7#D8EBF0
8#E5F2F5
9#F2F8FA
Tones
Muted variations
1#82BBCA
2#86B9C6
3#8AB7C2
4#8EB4BE
5#92B2BA
6#96AFB6
7#9AADB2
8#9EABAE
9#A2A8AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F2 #E5F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE7 #CFE7ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAD4 #AAD4DF | BordersInactive statesPlaceholder text |
| 400 | 7EBE #7EBECE | Disabled statesSecondary iconsMuted text |
| 500 | 59AB #59ABC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E8E #3E8EA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3171 #317181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2351 #23515C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1634 #16343B | Primary textHigh emphasis contentDark headings |
| 950 | 0E20 #0E2025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F9FB;
--sky-blue-100: #E5F2F5;
--sky-blue-200: #CFE7ED;
--sky-blue-300: #AAD4DF;
--sky-blue-400: #7EBECE;
--sky-blue-500: #59ABC0;
--sky-blue-600: #3E8EA3;
--sky-blue-700: #317181;
--sky-blue-800: #23515C;
--sky-blue-900: #16343B;
--sky-blue-950: #0E2025;
}