Sky Blue
#7BBAD1
BlueColor Codes
All color formats for development
HEX
#7BBAD1RGB
rgb(123, 186, 209)HSL
hsl(196, 48%, 65%)OKLCH
oklch(0.755 0.072 223)CMYK
cmyk(41%, 11%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62ADC8
2#4AA0BF
3#3C8EAC
4#347A93
5#2B657B
6#225162
7#1A3D4A
8#112931
9#091419
Tints
Lighter variations
1#88C1D5
2#95C8DA
3#A3CFDF
4#B0D5E3
5#BDDCE8
6#CAE3EC
7#D7EAF1
8#E5F1F6
9#F2F8FA
Tones
Muted variations
1#7FB8CC
2#83B6C8
3#88B4C4
4#8CB2BF
5#90B0BB
6#95AEB7
7#99ACB3
8#9DAAAE
9#A1A8AA
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 #CEE5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D1 #A8D1E1 | BordersInactive statesPlaceholder text |
| 400 | 7BBA #7BBAD1 | Disabled statesSecondary iconsMuted text |
| 500 | 55A6 #55A6C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A89 #3A89A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E6D #2E6D84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 214E #214E5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1532 #15323C | Primary textHigh emphasis contentDark headings |
| 950 | 0D1F #0D1F26 | 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: #CEE5EE;
--sky-blue-300: #A8D1E1;
--sky-blue-400: #7BBAD1;
--sky-blue-500: #55A6C3;
--sky-blue-600: #3A89A6;
--sky-blue-700: #2E6D84;
--sky-blue-800: #214E5E;
--sky-blue-900: #15323C;
--sky-blue-950: #0D1F26;
}