Sky Blue
#699CE2
BlueColor Codes
All color formats for development
HEX
#699CE2RGB
rgb(105, 156, 226)HSL
hsl(215, 68%, 65%)OKLCH
oklch(0.686 0.118 256.6)CMYK
cmyk(54%, 31%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D89DD
2#3177D8
3#2567C3
4#2058A7
5#1B498B
6#153B6F
7#102C54
8#0B1D38
9#050F1C
Tints
Lighter variations
1#78A6E5
2#87B0E8
3#96B9EB
4#A5C3EE
5#B4CDF1
6#C3D7F4
7#D2E1F6
8#E1EBF9
9#F0F5FC
Tones
Muted variations
1#6F9DDC
2#759ED6
3#7B9FD0
4#81A0CA
5#87A1C4
6#8DA2BE
7#94A3B8
8#9AA4B2
9#A0A5AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EB #E1EBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DA #C7DAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CBE #9CBEEC | BordersInactive statesPlaceholder text |
| 400 | 699C #699CE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E7F #3E7FDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2463 #2463BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D4F #1D4F96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1439 #14396B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D24 #0D2445 | Primary textHigh emphasis contentDark headings |
| 950 | 0817 #08172B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F6FD;
--sky-blue-100: #E1EBF9;
--sky-blue-200: #C7DAF4;
--sky-blue-300: #9CBEEC;
--sky-blue-400: #699CE2;
--sky-blue-500: #3E7FDA;
--sky-blue-600: #2463BC;
--sky-blue-700: #1D4F96;
--sky-blue-800: #14396B;
--sky-blue-900: #0D2445;
--sky-blue-950: #08172B;
}