Sky Blue
#7DB1CF
BlueColor Codes
All color formats for development
HEX
#7DB1CFRGB
rgb(125, 177, 207)HSL
hsl(202, 46%, 65%)OKLCH
oklch(0.735 0.07 234.3)CMYK
cmyk(40%, 14%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64A2C6
2#4C94BD
3#3F82A9
4#367091
5#2D5D79
6#244A61
7#1B3849
8#122530
9#091318
Tints
Lighter variations
1#8AB9D4
2#97C0D8
3#A4C8DD
4#B1D0E2
5#BED8E7
6#CBE0EC
7#D8E8F1
8#E5EFF5
9#F2F7FA
Tones
Muted variations
1#81B0CB
2#85AFC7
3#89ADC2
4#8DACBE
5#91ABBA
6#95AAB6
7#99A9B2
8#9EA8AE
9#A2A7AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EF #E5EFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE2 #CFE2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9CC #A9CCDF | BordersInactive statesPlaceholder text |
| 400 | 7DB1 #7DB1CF | Disabled statesSecondary iconsMuted text |
| 500 | 579A #579AC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D7E #3D7EA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3064 #306482 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2248 #22485D | Text on light backgroundsHeadingsStrong borders |
| 900 | 162E #162E3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E1D #0E1D25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F8FB;
--sky-blue-100: #E5EFF5;
--sky-blue-200: #CFE2ED;
--sky-blue-300: #A9CCDF;
--sky-blue-400: #7DB1CF;
--sky-blue-500: #579AC1;
--sky-blue-600: #3D7EA4;
--sky-blue-700: #306482;
--sky-blue-800: #22485D;
--sky-blue-900: #162E3C;
--sky-blue-950: #0E1D25;
}