Sky Blue
#6ABEE2
BlueColor Codes
All color formats for development
HEX
#6ABEE2RGB
rgb(106, 190, 226)HSL
hsl(198, 67%, 65%)OKLCH
oklch(0.762 0.097 227.9)CMYK
cmyk(53%, 16%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4EB2DC
2#33A5D7
3#2693C2
4#217EA6
5#1B698A
6#16546F
7#103F53
8#0B2A37
9#05151C
Tints
Lighter variations
1#79C4E4
2#88CBE7
3#97D1EA
4#A6D8ED
5#B4DEF0
6#C3E5F3
7#D2EBF6
8#E1F2F9
9#F0F8FC
Tones
Muted variations
1#70BBDC
2#76B9D6
3#7CB6D0
4#82B4CA
5#88B2C4
6#8EAFBE
7#94ADB8
8#9AABB2
9#A0A8AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F2 #E1F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E7 #C8E7F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DD4 #9DD4EC | BordersInactive statesPlaceholder text |
| 400 | 6ABE #6ABEE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FAB #3FABD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 258E #258EBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D71 #1D7195 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1551 #15516A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D34 #0D3444 | Primary textHigh emphasis contentDark headings |
| 950 | 0820 #08202B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F9FC;
--sky-blue-100: #E1F2F9;
--sky-blue-200: #C8E7F4;
--sky-blue-300: #9DD4EC;
--sky-blue-400: #6ABEE2;
--sky-blue-500: #3FABD9;
--sky-blue-600: #258EBB;
--sky-blue-700: #1D7195;
--sky-blue-800: #15516A;
--sky-blue-900: #0D3444;
--sky-blue-950: #08202B;
}