Sky Blue
#7EB4CD
BlueColor Codes
All color formats for development
HEX
#7EB4CDRGB
rgb(126, 180, 205)HSL
hsl(199, 44%, 65%)OKLCH
oklch(0.741 0.067 228.5)CMYK
cmyk(39%, 12%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#67A6C4
2#4F98BA
3#4187A7
4#38738F
5#2E6077
6#254D5F
7#1C3A48
8#132630
9#091318
Tints
Lighter variations
1#8BBCD2
2#98C3D7
3#A5CBDC
4#B2D2E1
5#BFDAE6
6#CCE1EB
7#D8E9F0
8#E5F0F5
9#F2F8FA
Tones
Muted variations
1#82B3C9
2#86B1C5
3#8AB0C1
4#8EAEBD
5#92ADB9
6#96ACB5
7#9AAAB2
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 | CFE3 #CFE3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCE #ABCEDE | BordersInactive statesPlaceholder text |
| 400 | 7EB4 #7EB4CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A9F #5A9FBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F82 #3F82A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3268 #326881 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 244A #244A5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 172F #172F3B | 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: #CFE3EC;
--sky-blue-300: #ABCEDE;
--sky-blue-400: #7EB4CD;
--sky-blue-500: #5A9FBF;
--sky-blue-600: #3F82A2;
--sky-blue-700: #326881;
--sky-blue-800: #244A5C;
--sky-blue-900: #172F3B;
--sky-blue-950: #0E1E25;
}