Sky Blue
#7EBDCD
CyanColor Codes
All color formats for development
HEX
#7EBDCDRGB
rgb(126, 189, 205)HSL
hsl(192, 44%, 65%)OKLCH
oklch(0.761 0.068 215.5)CMYK
cmyk(39%, 8%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#67B1C4
2#4FA5BA
3#4193A7
4#387E8F
5#2E6977
6#25545F
7#1C3F48
8#132A30
9#091518
Tints
Lighter variations
1#8BC4D2
2#98CAD7
3#A5D1DC
4#B2D8E1
5#BFDEE6
6#CCE5EB
7#D8EBF0
8#E5F2F5
9#F2F8FA
Tones
Muted variations
1#82BBC9
2#86B9C5
3#8AB6C1
4#8EB4BD
5#92B2B9
6#96AFB5
7#9AADB2
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 | E5F2 #E5F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE7 #CFE7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD4 #ABD4DE | BordersInactive statesPlaceholder text |
| 400 | 7EBD #7EBDCD | Disabled statesSecondary iconsMuted text |
| 500 | 5AAB #5AABBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F8E #3F8EA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3271 #327181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2451 #24515C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1734 #17343B | 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: #CFE7EC;
--sky-blue-300: #ABD4DE;
--sky-blue-400: #7EBDCD;
--sky-blue-500: #5AABBF;
--sky-blue-600: #3F8EA2;
--sky-blue-700: #327181;
--sky-blue-800: #24515C;
--sky-blue-900: #17343B;
--sky-blue-950: #0E2025;
}