Sky Blue
#7EBBCE
CyanColor Codes
All color formats for development
HEX
#7EBBCERGB
rgb(126, 187, 206)HSL
hsl(194, 45%, 65%)OKLCH
oklch(0.757 0.068 219.4)CMYK
cmyk(39%, 9%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66AFC5
2#4EA2BC
3#4090A8
4#377B90
5#2E6778
6#245260
7#1B3E48
8#122930
9#091518
Tints
Lighter variations
1#8BC2D3
2#97C9D8
3#A4D0DD
4#B1D6E2
5#BEDDE6
6#CBE4EB
7#D8EBF0
8#E5F1F5
9#F2F8FA
Tones
Muted variations
1#82B9CA
2#86B7C6
3#8AB5C2
4#8EB3BE
5#92B0BA
6#96AEB6
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 | CFE6 #CFE6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAD2 #AAD2DF | BordersInactive statesPlaceholder text |
| 400 | 7EBB #7EBBCE | Disabled statesSecondary iconsMuted text |
| 500 | 59A8 #59A8C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E8B #3E8BA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 316F #316F81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 234F #234F5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1633 #16333B | 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: #E5F1F5;
--sky-blue-200: #CFE6ED;
--sky-blue-300: #AAD2DF;
--sky-blue-400: #7EBBCE;
--sky-blue-500: #59A8C0;
--sky-blue-600: #3E8BA3;
--sky-blue-700: #316F81;
--sky-blue-800: #234F5C;
--sky-blue-900: #16333B;
--sky-blue-950: #0E2025;
}