Sky Blue
#7FBDCC
CyanColor Codes
All color formats for development
HEX
#7FBDCCRGB
rgb(127, 189, 204)HSL
hsl(192, 43%, 65%)OKLCH
oklch(0.762 0.067 214.6)CMYK
cmyk(38%, 7%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68B0C3
2#50A4B9
3#4292A6
4#397D8E
5#2F6877
6#26535F
7#1C3F47
8#132A2F
9#091518
Tints
Lighter variations
1#8CC3D1
2#99CAD6
3#A6D1DB
4#B2D7E0
5#BFDEE6
6#CCE5EB
7#D9EBF0
8#E5F2F5
9#F2F8FA
Tones
Muted variations
1#83BAC8
2#87B8C4
3#8BB6C1
4#8FB4BD
5#93B1B9
6#96AFB5
7#9AADB1
8#9EAAAD
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 | D0E6 #D0E6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD3 #ABD3DE | BordersInactive statesPlaceholder text |
| 400 | 7FBD #7FBDCC | Disabled statesSecondary iconsMuted text |
| 500 | 5BAA #5BAABE | Primary brand colorCTAsActive elementsLinks |
| 600 | 408D #408DA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3370 #337080 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2450 #24505B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1733 #17333A | Primary textHigh emphasis contentDark headings |
| 950 | 0F20 #0F2024 | 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: #D0E6EC;
--sky-blue-300: #ABD3DE;
--sky-blue-400: #7FBDCC;
--sky-blue-500: #5BAABE;
--sky-blue-600: #408DA0;
--sky-blue-700: #337080;
--sky-blue-800: #24505B;
--sky-blue-900: #17333A;
--sky-blue-950: #0F2024;
}