Sky Blue
#7CB8D0
BlueColor Codes
All color formats for development
HEX
#7CB8D0RGB
rgb(124, 184, 208)HSL
hsl(197, 47%, 65%)OKLCH
oklch(0.75 0.071 225.1)CMYK
cmyk(40%, 12%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#63ABC7
2#4B9EBE
3#3D8CAB
4#357892
5#2C647A
6#235061
7#1A3C49
8#122831
9#091418
Tints
Lighter variations
1#89BFD4
2#96C6D9
3#A3CDDE
4#B0D4E3
5#BDDBE7
6#CBE3EC
7#D8EAF1
8#E5F1F6
9#F2F8FA
Tones
Muted variations
1#80B6CC
2#84B4C7
3#88B2C3
4#8DB1BF
5#91AFBB
6#95ADB7
7#99ABB2
8#9DA9AE
9#A2A8AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F1 #E5F1F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE5 #CEE5ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9D0 #A9D0E0 | BordersInactive statesPlaceholder text |
| 400 | 7CB8 #7CB8D0 | Disabled statesSecondary iconsMuted text |
| 500 | 56A4 #56A4C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B87 #3B87A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F6B #2F6B83 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 224D #224D5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1631 #16313C | 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: #E5F1F6;
--sky-blue-200: #CEE5ED;
--sky-blue-300: #A9D0E0;
--sky-blue-400: #7CB8D0;
--sky-blue-500: #56A4C2;
--sky-blue-600: #3B87A5;
--sky-blue-700: #2F6B83;
--sky-blue-800: #224D5E;
--sky-blue-900: #16313C;
--sky-blue-950: #0E1F25;
}