Sky Blue
#7EA1CD
BlueColor Codes
All color formats for development
HEX
#7EA1CDRGB
rgb(126, 161, 205)HSL
hsl(213, 44%, 65%)OKLCH
oklch(0.7 0.076 254.4)CMYK
cmyk(39%, 21%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6791C4
2#4F7FBA
3#416FA7
4#385F8F
5#2E4F77
6#253F5F
7#1C3048
8#132030
9#091018
Tints
Lighter variations
1#8BABD2
2#98B4D7
3#A5BEDC
4#B2C7E1
5#BFD0E6
6#CCDAEB
7#D8E3F0
8#E5ECF5
9#F2F6FA
Tones
Muted variations
1#82A2C9
2#86A3C5
3#8AA3C1
4#8EA3BD
5#92A4B9
6#96A4B5
7#9AA5B2
8#9EA5AE
9#A2A5AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EC #E5ECF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDC #CFDCEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC2 #ABC2DE | BordersInactive statesPlaceholder text |
| 400 | 7EA2 #7EA2CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A87 #5A87BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F6B #3F6BA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3255 #325581 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 243D #243D5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1727 #17273B | Primary textHigh emphasis contentDark headings |
| 950 | 0E18 #0E1825 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F7FB;
--sky-blue-100: #E5ECF5;
--sky-blue-200: #CFDCEC;
--sky-blue-300: #ABC2DE;
--sky-blue-400: #7EA2CD;
--sky-blue-500: #5A87BF;
--sky-blue-600: #3F6BA2;
--sky-blue-700: #325581;
--sky-blue-800: #243D5C;
--sky-blue-900: #17273B;
--sky-blue-950: #0E1825;
}