Sky Blue
#7EB8CD
BlueColor Codes
All color formats for development
HEX
#7EB8CDRGB
rgb(126, 184, 205)HSL
hsl(196, 44%, 65%)OKLCH
oklch(0.75 0.067 222.6)CMYK
cmyk(39%, 10%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#67ABC4
2#4F9EBA
3#418CA7
4#38788F
5#2E6477
6#25505F
7#1C3C48
8#132830
9#091418
Tints
Lighter variations
1#8BBFD2
2#98C6D7
3#A5CDDC
4#B2D4E1
5#BFDCE6
6#CCE3EB
7#D8EAF0
8#E5F1F5
9#F2F8FA
Tones
Muted variations
1#82B6C9
2#86B4C5
3#8AB3C1
4#8EB1BD
5#92AFB9
6#96ADB5
7#9AABB2
8#9EA9AE
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 | ABD0 #ABD0DE | BordersInactive statesPlaceholder text |
| 400 | 7EB8 #7EB8CD | Disabled statesSecondary iconsMuted text |
| 500 | 5AA4 #5AA4BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F87 #3F87A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 326C #326C81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 244D #244D5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1731 #17313B | 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: #ABD0DE;
--sky-blue-400: #7EB8CD;
--sky-blue-500: #5AA4BF;
--sky-blue-600: #3F87A2;
--sky-blue-700: #326C81;
--sky-blue-800: #244D5C;
--sky-blue-900: #17313B;
--sky-blue-950: #0E1F25;
}