Sky Blue
#7EB9CD
BlueColor Codes
All color formats for development
HEX
#7EB9CDRGB
rgb(126, 185, 205)HSL
hsl(195, 44%, 65%)OKLCH
oklch(0.752 0.067 221.2)CMYK
cmyk(39%, 10%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#67ACC4
2#4FA0BA
3#418EA7
4#38798F
5#2E6577
6#25515F
7#1C3D48
8#132830
9#091418
Tints
Lighter variations
1#8BC0D2
2#98C7D7
3#A5CEDC
4#B2D5E1
5#BFDCE6
6#CCE3EB
7#D8EAF0
8#E5F1F5
9#F2F8FA
Tones
Muted variations
1#82B7C9
2#86B5C5
3#8AB3C1
4#8EB2BD
5#92B0B9
6#96AEB5
7#9AACB2
8#9EAAAE
9#A2A8AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F1 #E5F1F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE5 #CFE5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD1 #ABD1DE | BordersInactive statesPlaceholder text |
| 400 | 7EB9 #7EB9CD | Disabled statesSecondary iconsMuted text |
| 500 | 5AA5 #5AA5BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F89 #3F89A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 326D #326D81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 244E #244E5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1732 #17323B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1F #0E1F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F9FB;
--sky-blue-100: #E5F1F5;
--sky-blue-200: #CFE5EC;
--sky-blue-300: #ABD1DE;
--sky-blue-400: #7EB9CD;
--sky-blue-500: #5AA5BF;
--sky-blue-600: #3F89A2;
--sky-blue-700: #326D81;
--sky-blue-800: #244E5C;
--sky-blue-900: #17323B;
--sky-blue-950: #0E1F25;
}